Listener commands
A table of listener 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.
PCF command | MQSC command | Control command | REST API resource and HTTP method | IBM MQ Explorer equivalent? |
---|---|---|---|---|
Change Listener | ALTER LISTENER | No equivalent | Yes | |
Copy Listener | DEFINE LISTENER(x) LIKE(y) | No equivalent | Yes | |
Create Listener | DEFINE LISTENER | No equivalent | Yes | |
Delete Listener | DELETE LISTENER | No equivalent | Yes | |
Inquire Listener | DISPLAY LISTENER | No equivalent | Yes | |
Inquire Listener Status | DISPLAY LSSTATUS | No equivalent | Yes | |
Start Channel Listener | START LISTENER 1 | runmqlsr | Yes | |
Stop Listener | STOP LISTENER | endmqlsr 2 | Yes | |
Notes:
|