getShareability

 

public int getShareability() throws MQException;

Indicates whether the queue can be opened multiple times for input.

Returns

  • one of the following:

    • MQC.MQQA_SHAREABLE

    • MQC.MQQA_NOT_SHAREABLE

Exceptions

  • MQException - if you call this method after you have closed the queue, to indicate that the queue is no longer accessible.


uj14720_