TriggerControl (MQLONG)
This controls whether trigger messages are written to an initiation queue to start an application to service the queue.
Local | Model | Alias | Remote | Cluster |
---|---|---|---|---|
X | X |
- MQTC_OFF
- No trigger messages are to be written for this queue. The value of TriggerType is irrelevant in this case.
- MQTC_ON
- Trigger messages are to be written for this queue when the appropriate trigger events occur.
To determine the value of this attribute, use the MQIA_TRIGGER_CONTROL selector with the MQINQ call. To change the value of this attribute, use the MQSET call.