setTriggerType

 

public void setTriggerType(int type) throws MQException;

Sets the conditions under which trigger messages are written. Trigger messages are written as a result of messages arriving on this queue.

Parameters

  • type - the possible values are:

    • MQC.MQTT_NONE

    • MQC.MQTT_FIRST

    • MQC.MQTT_EVERY

    • MQC.MQTT_DEPTH

Exceptions

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


uj14860_