Home
runmqtmc (start client trigger monitor)
Purpose
The runmqtmc command is available on AIX clients only.
Use the runmqtmc command to invoke a trigger monitor for a client. 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 client trigger monitor is running it keeps the dead letter queue open.
Syntax
>>-runmqtmc--+----------------+--+-----------------------+----->< '- -m --QMgrName-' '- -q --InitiationQName-'
Optional parameters
- -m QMgrName
- The name of the queue manager on which the client trigger monitor operates, by default the default queue manager.
- -q InitiationQName
- The name of the initiation queue to be processed, by default SYSTEM.DEFAULT.INITIATION.QUEUE.
Return codes
0 Not used. The client trigger monitor is designed to run continuously and therefore not to end. The value is reserved. 10 Client trigger monitor interrupted by an error. 20 Error; client trigger monitor not run.
Examples
For examples of using this command, refer to the WebSphere MQ Application Programming Guide.
Parent topic:
The control commands
fa15960_
Home