You use control commands to perform operations on queue managers, command
servers, and channels. Control commands can be divided into three
categories, as shown in Table 2.
Table 2. Categories of control commands
Category | Description |
---|---|
Queue manager commands | Queue manager control commands include commands for creating, starting, stopping, and deleting queue managers and command servers |
Channel commands | Channel commands include commands for starting and ending channels and channel initiators |
Utility commands | Utility commands include commands associated with:
|
For information about administration tasks for channels, see WebSphere MQ Intercommunication.
In WebSphere MQ for Windows, you enter control commands at a command prompt. In these environments, control commands and their flags are not case sensitive, but arguments to those commands (such as queue names and queue-manager names) are case sensitive.
For example, in the command:
crtmqm /u SYSTEM.DEAD.LETTER.QUEUE jupiter.queue.manager
For more information, see Chapter 16, How to use WebSphere MQ control commands.
On WebSphere MQ for Windows, you can use the WebSphere MQ Explorer to perform the operations described in this chapter, except for:
The tables in Appendix E, "Comparing command sets" summarize which control commands have an equivalent WebSphere MQ Explorer implementation.
In WebSphere MQ for UNIX systems, you enter control commands in a shell window. In these environments, control commands, including the command name itself, the flags, and any arguments, are case sensitive. For example, in the command:
crtmqm -u SYSTEM.DEAD.LETTER.QUEUE jupiter.queue.manager
Take care to type the commands exactly as you see them in the examples.
For more information about the crtmqm command, see crtmqm (create queue manager).