Working with WebSphere MQ Queue Manager Commands
This table provides example commands that you can use when working with IBM WebSphere MQ Queue Manager:
Command |
Description |
---|---|
STRMQM JDE_QMGR |
Start the queue manager. |
ENDMQM -i JDE_QMGR |
End the queue manager. The -i switch means immediately. |
RUNMQSC JDE_QMGR |
Start using WebSphere MQ commands. |
Display QL(qname.Q) |
Display the local queue. |
Clear QL(qname.Q) |
Clear the local queue. |
END |
Stop using WebSphere MQ commands. |
AMQSBCG qname.Q JDE_QMGR |
Run the browse queue command. This does not remove the message. |
START CHANNEL (channel_name) |
Start the channel. |
STOP CHANNEL (channel_name) |
Stop the channel. |
Start/min runmqlsr -m JDE_QMGR -t TCP |
Start a listener. |
RESET CHL (channel_name) |
Reset a channel that has become inactive. |