Queue queue manager references

When programming in MQe, you use the term queueqm — most queues have an associated queue manager and this is the queueqm. You refer to these different types of queue managers by the references used in this documentation.

However, when a queueqm is displayed in the JMX user interface it is given a different reference.

The following table shows how the queueqm is referred to for each type of queue, using the user interface references for both.

Table 1. Queueqm reference mapping
User interface queue referenceUser interface queueqm reference Description
AdminnoneSame as the local queue manager name
ApplicationnoneSame as the local queue manager name
Async ProxyDestinationQMgrThe name of the queue manager that holds the corresponding application queue
BridgeDestinationQMgrThe name of the MQ queue manager that holds the corresponding MQ queue
ForwardForwardToQMgrThe name of the queue manager that messages arriving on this queue will be forwarded to
Home ServerGetFromQMgrThe name of the queue manager that messages on store or forward queues will be pulled from
StorenoneSame as the local queue manager name
Sync ProxyDestinationQMgrThe name of the queue manager that holds the corresponding application queue

Parent topic: Programmatic interface versus user interface terminology