Stopping queued publish/subscribe

You stop queued publish/subscribe by setting the PSMODE attribute of the queue manager.

Before you begin

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 you need to 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)