getTriggerControl

 

public int getTriggerControl() throws MQException;

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

Returns

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


uj14730_