Put messages on a remote queue
When we want to put a message on a remote queue (that is, a queue owned by a queue manager other than the one to which the application is connected) rather than a local queue, the only extra consideration is how you specify the name of the queue when you open it. This is described in Opening remote queues. There is no change to how we use the MQPUT or MQPUT1 call for a local queue.For more information on using remote and transmission queues, see IBM MQ distributed queuing techniques.
Parent topic: Put messages on a queue