Queue commands
A table of queue commands, showing equivalent PCF commands, MQSC commands, and control commands. The REST API resource and HTTP method equivalents, and IBM® MQ Explorer equivalents, are included if available.
| PCF command | MQSC command | Control command | REST API resource and HTTP method | IBM MQ Explorer equivalent? |
|---|---|---|---|---|
| Change Queue | No equivalent | PATCH /admin/qmgr/{qmgrName}/queue |
Yes | |
| Clear Queue | CLEAR QLOCAL | No equivalent | Use /admin/action/qmgr/{qmgrName}/mqsc to run MQSC command | Yes |
| Copy Queue | No equivalent | Use /admin/action/qmgr/{qmgrName}/mqsc to run MQSC command | Yes | |
| Create Queue | No equivalent | POST /admin/qmgr/{qmgrName}/queue |
Yes | |
| Delete Queue | No equivalent | DELETE
/admin/qmgr/{qmgrName}/queue |
Yes | |
| Inquire Queue | DISPLAY QUEUE | No equivalent | GET /admin/qmgr/{qmgrName}/queue |
Yes |
| Inquire Queue Names | DISPLAY QUEUE | No equivalent | Use /admin/action/qmgr/{qmgrName}/mqsc to run MQSC command | Yes |
| Inquire Queue Status | DISPLAY QSTATUS | No equivalent | GET /admin/qmgr/{qmgrName}/queue |
Yes |
| Reset Queue Statistics | No equivalent | No equivalent | Use /admin/action/qmgr/{qmgrName}/mqsc to run MQSC command | No |