Shareability (MQLONG)

This indicates whether the queue can be opened for input multiple times concurrently.

Table 1. Queue types to which this attribute applies
Local Model Alias Remote Cluster
X X      
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.