getInhibitGet

 

public int getInhibitGet() throws MQException;

Indicates whether get operations are allowed for this queue.

Returns

  • one of the following:

    • MQC.MQQA_GET_INHIBITED

    • MQC.MQQA_GET_ALLOWED

Exceptions

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


uj14650_