getInhibitPut

 

public int getInhibitPut() throws MQException;

Indicates whether put operations are allowed for this queue.

Returns

  • one of the following:

    • MQC.MQQA_PUT_INHIBITED

    • MQC.MQQA_PUT_ALLOWED

Exceptions

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


uj14660_