getTriggerDepth

 

public int getTriggerDepth() throws MQException;

Gets the number of messages that have to be on the queue to generate a trigger message. This applies when the trigger type is MQC.MQTT_DEPTH.

Returns

  • the number of messages.

Exceptions

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


uj14750_