Working with WebSphere MQ Queue Manager Commands
This table provides example commands that you can use when working with IBM WebSphere MQ Queue Manager commands.
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 IBM WebSphere MQ commands. |
display QL(qname.Q) |
Display the local queue. |
clear QL(qname.Q) |
Clear the local queue. |
END |
Stop using IBM WebSphere MQ commands |
amqsbcg qname.Q JDE_QMGR |
Run the browse queue command. This does not remove the message. |
runmqchl(channel_name) |
Start the channel. |
runmqslr <Gateway Name> TpName JDE_QMGR |
Start a listener. <Gateway Name> is the machine on which the listener is being run. |
resetchl (channel_name) |
Reset a channel that has become inactive. |