setInhibitPut

 

public void setInhibitPut(int inhibit) throws MQException;

Controls whether put operations are allowed for this queue.

Parameters

  • inhibit - the permissible values are:

    • 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.


uj14810_