A system administrator has set up the MQ infrastructure in a company as shown below:
There are three queue managers QMGR1, QMGR2 and QMGR3.
QMGR2 and QMGR3 are part of a cluster MYCLUS.
QMGR1 and QMGR2 are connected using sender-receiver channels using QMGR2 as the transmission queue.
As part of a new requirement, the system administrator creates the following definitions QMGR1
defqr(MQ8QM.REMOTE) RNAME (MQ8QM.LOCAL) RQMNAME (MQ8QM) XMITQ
QMGR2:
defqr (MQ8QM) RQMNAME (QMGR3)
defqlocal (MQ8QM.NEW)
QMGR3:
defqalias (MQ8QM.LOCAL) target (MQ8QM.NEW)
defqlocal (MQ8QM.NEW)
The system administrator tests the connectivity by putting a message on MQ8QM.REMOTE on QMGR1 using IBM WebSphere MQ Explorer.
Where does the message end up?
Currently there are no comments in this discussion, be the first to comment!