setTriggerDepth

 

public void setTriggerDepth(int depth) throws MQException;

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

Parameters

  • depth - 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.


uj14840_