setTriggerControl

 

public void setTriggerControl(int trigger) throws MQException;

Controls whether trigger messages are written to an initiation queue. This starts an application to service the queue.

Parameters

  • trigger - the permissible values are:

    • MQC.MQTC_OFF

    • MQC.MQTC_ON

Exceptions

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


uj14820_