Preparing publish/subscribe in each queue manager

FTM SWIFT monitoring and event services use the IBM® MQ publish/subscribe interface.

To prepare the queued publish/subscribe interface, for each queue manager:

  1. Ensure that the queued publish/subscribe interface provided by IBM MQ is enabled. For this, issue the following MQSC command:
    ALTER QMGR PSMODE(ENABLED)
  2. Display the namelist by issuing the following MQSC command:
    DISPLAY NAMELIST (SYSTEM.QPUBSUB.SUBPOINT.NAMELIST)
  3. Note the existing names.
  4. Edit the namelist SYSTEM.QPUBSUB.SUBPOINT.NAMELIST. Include the names noted in the previous step, and the following subscription points:
    tpfx.DNI.EVENTID
    tpfx.DNI.TYPECODE
    where tpfx represents the topic prefix that is to be set for the DNIvTPFX placeholder during customization (see Table 3). For example, use either the IBM MQ Explorer or the following MQSC command:
    ALTER NAMELIST (SYSTEM.QPUBSUB.SUBPOINT.NAMELIST)    -   
    NAMES('SYSTEM.BROKER.DEFAULT.SUBPOINT','tpfx.DNI.EVENTID','tpfx.DNI.TYPECODE')