Consider two QueueManagers, QM_A and QM_B:
In summary, remote queues are references to queues that reside on a queue manager that is remote to where the definition is. The remote queue has the same name as the target queue but the remote queue definition also identifies the owning or target queue manager of the real queue.
The remote definition of the queue should, in most cases, match that of the real queue. If this is not the case different results may be seen when interacting with the queue. For instance:
For asynchronous queues if the max message size on the remote definition is greater than that on the real queue, the message is accepted for storage on the remote queue but may be rejected when moved to the real queue. The message is not lost, it remains on the remote queue but cannot be delivered.
If the security characteristics for a synchronous queue do not match, MQe negotiates with the real queue to decide what security characteristics should be used. In some cases, the message put is successful, in others an attribute mismatch exception is returned.