setInhibitGet

 

public void setInhibitGet(int inhibit) throws MQException;

Controls whether get operations are allowed for this queue.

Parameters

  • inhibit - the permissible values are:

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


uj14800_