C1000-058 無料問題集「IBM MQ V9.1 System Administration」
An application connected to QM1 puts messages on QR1, which is a remote definition of a local queue QL2 on queue manager QM2.
The configuration is as follows:
crtmqm -q -l -lp 2 -ls 3 QM1
DEFINE QREMOTE('QR1') RQMNAME('QM2') RNAME('QL2')
The channels between QM1 and QM2 are stopped.
Where should the administrator look for the message?
The configuration is as follows:
crtmqm -q -l -lp 2 -ls 3 QM1
DEFINE QREMOTE('QR1') RQMNAME('QM2') RNAME('QL2')
The channels between QM1 and QM2 are stopped.
Where should the administrator look for the message?
正解:C
解答を投票する
The following commands are issued on QMGRA:
DEFINE QLOCAL(SATURN)
DEFINE QLOCAL(QMGRB) USAGE(XMITQ)
DEFINE QALIAS(MARS) TARGET (VENUS)
DEFINE QALIAS(PLUTO) TARGET(SATURN)
DEFINE QREMOTE(VENUS) RNAME(SATURN) RQMNAME(QMGRB)
The following commands are issued on QMGRB:
DEFINE QLOCAL (mars)
DEFINE QLOCAL(QMGRA) USAGE(XMITQ)
DEFINE QALIAS(SATURN) TARGET(VENUS)
DEFINE QALIAS(PLUTO) TARGET(VENUS)
DEFINE QREMOTE(VENUS) RNAME(PLUTO) RQMNAME(QMGRA)
Where does the message go when it is put to MARS on QMGRA?
DEFINE QLOCAL(SATURN)
DEFINE QLOCAL(QMGRB) USAGE(XMITQ)
DEFINE QALIAS(MARS) TARGET (VENUS)
DEFINE QALIAS(PLUTO) TARGET(SATURN)
DEFINE QREMOTE(VENUS) RNAME(SATURN) RQMNAME(QMGRB)
The following commands are issued on QMGRB:
DEFINE QLOCAL (mars)
DEFINE QLOCAL(QMGRA) USAGE(XMITQ)
DEFINE QALIAS(SATURN) TARGET(VENUS)
DEFINE QALIAS(PLUTO) TARGET(VENUS)
DEFINE QREMOTE(VENUS) RNAME(PLUTO) RQMNAME(QMGRA)
Where does the message go when it is put to MARS on QMGRA?
正解:B
解答を投票する