Home

 

SharedQMgrName (MQLONG)

This specifies whether the ObjectQmgrName should be used or treated as the local queue manager on an MQOPEN call, for a shared queue, when the ObjectQmgrName is that of another queue manager in the queue-sharing group.

The value can be:

MQSQQM_USE

ObjectQmgrName is used and the appropriate transmission queue is opened.

MQSQQM_IGNORE

If the target queue is shared, and the ObjectQmgrName is that of a queue manager in the same queue-sharing group, the open is performed locally.

This attribute is valid only on z/OS.

To determine the value of this attribute, use the MQIA_SHARED_Q_Q_MGR_NAME selector with the MQINQ call.



 

Home