Working with WebSphere MQ Queue Manager Commands

This table provides example commands that you can use when working with IBM WebSphere MQ Queue Manager:

Caution: The names of queues and channels in IBM WebSphere MQ are case-sensitive. Be sure to use capital letters as specified in this document. You can specify any name for a queue or channel. However, it is important that the queue names you create match the queue names you specify in the jde.ini file on the JD Edwards EnterpriseOne server.

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.