MQIA_TRIGGER_INTERVAL

 

public final static int

This integer attribute selector is used with an MQINQ call to determine a time interval (in milliseconds) used to restrict the number of trigger messages. This is relevant only when the TriggerType is MQTT_FIRST. In this case trigger messages are usually generated only when a suitable message arrives on the queue, and the queue was previously empty. Under certain circumstances, however, an additional trigger message can be generated with MQTT_FIRST triggering even if the queue was not empty. These additional trigger messages are not generated more often than every TriggerInterval milliseconds.

The value is not less than 0 and not greater than 999,999,999. The default value is 999,999,999.


uj19360_