Configuring Alias Queues in MQ
An alias queue is an IBM® MQ object that you can use to access another queue or a topic. This means that more than one program can work with the same queue, accessing it using different names.
For more information, see Alias queues.
Note:
To use Alias Queues in Global Mailbox, you must update the property Pcom.ibm.mailbox.messaging.check.application.queue.reader to false using the appConfigUtility script.
To update the property, run the command:
./appConfigUtility.sh updateAppConfig --appName=B2Bi --Pcom.ibm.mailbox.messaging.check.application.queue.reader="false"
For more information, see appConfigUtility script.