getTriggerType
public int getTriggerType() throws MQException;
Indicates the conditions under which trigger messages are written. Trigger messages are written as a result of messages arriving on this queue.
- Returns
- 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.
uj14770_