Shareability (10-digit signed integer) on IBM i
Whether queue can be shared for input.
This indicates whether the queue can be opened for input multiple times concurrently. This can have one of the following values:
Local Model Alias Remote Cluster X X
- QASHR
- Queue is shareable.
Multiple opens with the OOINPS option are allowed.
- QANSHR
- Queue is not shareable.
An MQOPEN call with the OOINPS option is treated as OOINPX.
To determine the value of this attribute, use the IASHAR selector with the MQINQ call.
Parent topic: Attributes for queues