Home

 

Shareability (MQLONG)

Local Model Alias Remote Cluster
Yes Yes No No No

This indicates whether the queue can be opened for input multiple times concurrently. The value is one of the following:

MQQA_SHAREABLE

Queue is shareable.

Multiple opens with the MQOO_INPUT_SHARED option are allowed.

MQQA_NOT_SHAREABLE

Queue is not shareable.

An MQOPEN call with the MQOO_INPUT_SHARED option is treated as MQOO_INPUT_EXCLUSIVE.

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



 

Home