Introduces the use of queue aliases
Aliases can be assigned for MQe queues to provide a level of indirection between the application and the real queues. Hence the attributes of a queue that an alias relates to can be changed without the application needing to change. For instance, a queue can be given a number of aliases and messages sent to any of these names will be accepted by the queue.
Examples of queue aliasing
Illustrates some of the ways in which aliasing can be used with queues
Parent topic: Queues