FTM SWIFT monitoring and event
services use the IBM® MQ
publish/subscribe interface.
To prepare the queued publish/subscribe interface, for
each queue manager:
-
Ensure that the queued publish/subscribe interface provided by
IBM MQ is enabled. For this, issue the following MQSC
command:
ALTER QMGR PSMODE(ENABLED)
-
Display the namelist by issuing the following MQSC command:
DISPLAY NAMELIST (SYSTEM.QPUBSUB.SUBPOINT.NAMELIST)
-
Note the existing names.
- 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')