TriggerControl (10-digit signed integer) on IBM i

Trigger control.

Local Model Alias Remote Cluster
X X
This controls whether trigger messages are written to an initiation queue, in order to cause an application to be started to service the queue. This is one of the following:

    TCOFF
    Trigger messages not required.

    No trigger messages are to be written for this queue. The value of TriggerType is irrelevant in this case.

    TCON
    Trigger messages required.

    Trigger messages are to be written for this queue, when the appropriate trigger events occur.

To determine the value of this attribute, use the IATRGC selector with the MQINQ call. To change the value of this attribute, use the MQSET call.

Parent topic: Attributes for queues