Queue manager commands
A table of queue manager commands, showing the PCF command, MQSC command, and control command equivalents. The REST API resource and HTTP method equivalents, and IBM MQ Explorer equivalents, are included if available.
Description | PCF command | MQSC command | Control command | REST API resource and HTTP method | IBM MQ Explorer equivalent? |
---|---|---|---|---|---|
Change Queue Manager | Change Queue Manager | ALTER QMGR | No equivalent | Yes | |
Create Queue Manager | No equivalent | No equivalent | crtmqm | Yes | |
Delete Queue Manager | No equivalent | No equivalent | dltmqm | Yes | |
Inquire Queue Manager | Inquire Queue Manager | DISPLAY QMGR | No equivalent | Yes | |
Inquire Queue Manager Status | Inquire Queue Manager Status | DISPLAY QMSTATUS | dspmq |
GET /admin/installation GET /admin/qmgr |
Yes |
Ping Queue Manager | Ping Queue Manager | PING QMGR | No equivalent | No | |
Refresh Queue Manager | Refresh Queue Manager | REFRESH QMGR | No equivalent | Yes | |
Reset Queue Manager | Reset Queue Manager | RESET QMGR | No equivalent | No | |
Start Queue Manager | No equivalent | No equivalent | strmqm | Yes | |
Stop Queue Manager | No equivalent | No equivalent | endmqm | Yes |
Related information