Stopping queued publish/subscribe
You stop queued publish/subscribe by setting the PSMODE attribute of the queue manager.
Before starting
Read the description of PSMODE to understand the three modes of publish/subscribe:
- COMPAT
- DISABLED
- ENABLED
About this task
Set the QMGR PSMODE attribute to stop either the queued publish/subscribe interface (also known as the broker), or the publish/subscribe engine (also known as Version 7 publish/subscribe) or both. To stop queued publish/subscribe set PSMODE to COMPAT. To stop the publish/subscribe engine entirely, set PSMODE to DISABLED.
Procedure
Use IBM MQ Explorer or the runmqsc command to disable the queued publish/subscribe interface.
Example
ALTER QMGR PSMODE (COMPAT) Parent topic: Configure publish/subscribe messaging