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.

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 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.