ResolvedQMgrName (MQCHAR48)

This is the name of the destination queue manager after name resolution has been performed by the local queue manager. The name returned is the name of the queue manager that owns the queue identified by ResolvedQName, and can be the name of the local queue manager.

If ResolvedQName is a shared queue that is owned by the queue-sharing group to which the local queue manager belongs, ResolvedQMgrName is the name of the queue-sharing group. If the queue is owned by some other queue-sharing group, ResolvedQName can be the name of the queue-sharing group or the name of a queue manager that is a member of the queue-sharing group (the nature of the value returned is determined by the queue definitions that exist at the local queue manager).

A nonblank value is returned only if the object is a single queue; if the object is a distribution list or a topic, the value returned is undefined.

This is an output field. The length of this field is given by MQ_Q_MGR_NAME_LENGTH. The initial value of this field is the null string in C, and 48 blank characters in other programming languages.