Home

 

runmqtrm (start trigger monitor)

 

 

Purpose

Use the runmqtrm command to invoke a trigger monitor. For further information about using trigger monitors, refer to the WebSphere MQ Application Programming Guide.

Once a trigger monitor has started, it will continuously monitor the specified initiation queue. The trigger monitor will not stop until the queue manager ends, see endmqm (end queue manager). While the trigger monitor is running it keeps the dead letter queue open.

 

Syntax


>>-runmqtrm--+----------------+--+-----------------------+-----><     '- -m --QMgrName-' '- -q --InitiationQName-'   

 

Optional parameters

-m QMgrName

The name of the queue manager on which the trigger monitor operates, by default the default queue manager.

-q InitiationQName

Specifies the name of the initiation queue to be processed, by default SYSTEM.DEFAULT.INITIATION.QUEUE.

 

Return codes

0 Not used. The trigger monitor is designed to run continuously and therefore not to end. Hence a value of 0 would not be seen. The value is reserved.
10 Trigger monitor interrupted by an error.
20 Error; trigger monitor not run.

 

Parent topic:

The control commands


fa15970_


 

Home