After creating the appropriate directory tree, the administrator should:
An administrator will install IBM WebSphere MQ on an AIX platform. There is a requirement to
configure the installation to store the queue managers data files under a directory tree different
from the default specified by the installation. After creating the appropriate directory tree, the
administrator should:
which of the following actions is appropriate?
An application publishes persistent stock quote messages every 5 seconds. The subscribers are
only interested in the latest quotes. During the tests, it is found that the message delivery speed is
slow. In order to improve the application performance, which of the following actions is
appropriate?
Which actions will accomplish this task?
An administrator needs to start three channels (QM1.TO.QM2, QM1.TO.QM3 and QM1.TO.QM4)
simultaneously whenever a message is placed on queue QLOCAL on QM1. QLOCAL has been
set for triggering with trigger type as first. Which actions will accomplish this task?
What object must be running to handle inbound connection requests to start receiver channels?
What object must be running to handle inbound connection requests to start receiver channels?
What term best describes this topology?
A company has its retail business applications running on IBM WebSphere MQ infrastructure
across heterogeneous platforms. After a recent failure, the company set up a failover mechanism
where a centrally located z/OS server hosts the main application and applications on other servers
connect to the main application using distributed queuing. What term best describes this topology?
which queue does the message get delivered before it gets picked up by the sender channel?
An administrator has created the following
MQ objects on two systems:
SYSTEM A crtmqm -C “VEGGIE QUEUE MANAGER” -LL -Q -D POTATO VEGGIE DEFINE
QR(APPLE) RQMNAME(FRUIT) RNAME(PEACH) DEFINE QL(DLQ) DEFINE QL(POTATO)
USAGE(XMITQ) DEF CHL(‘VEGGIE.FRUIT’) CHLTYPE(SDR) TRPTYPE(TCP)
CONNAME(‘9.84.100.7(1414)’) + XMITQ(‘POTATO’)
SYSTEM B crtmqm -C “FRUIT QUEUE MANAGER” -LL -Q -D GRAPE FRUIT DEFINE
QL(GRAPE) USAGE(XMITQ) DEFINE QL(PEACH) DEF CHL(‘VEGGIE.FRUIT’)
CHLTYPE(RCVR) TRPTYPE(TCP) An application connects to queue manager VEGGIE and puts
a message to queue APPLE. On which queue does the message get delivered before it gets
picked up by the sender channel?
Which of the following statements is correct regarding the selection of the company’s queue managers to
A company has decided to convert some of their existing queue managers to be full repositories
for a new cluster they are creating. Which of the following statements is correct regarding the
selection of the company’s queue managers to be a full repository?
What does the administrator need to do to recover the queue manager?
An administrator has discovered that the primary queue manager (PRIME) has been corrupted
and is no longer usable. The queue manager was created with the command: crtmqm PRIME.
What does the administrator need to do to recover the queue manager?
Which of the following mechanisms can be used to set up message data compression across channels?
Which of the following mechanisms can be used to set up message data compression across
channels?
Where does the message arrive?
An administrator creates the following MQ objects on two queue managers, QM1 and QM2. An
application connects to QM1 and puts a message on queue REM.BLUE. Where does the
message arrive? On QM1: DEF QL(BLUE) DEF QR(REM.BLUE) RNAME(BLUE)
RQMNAME(QM1.ALIAS) XMITQ(QM2) DEF QL(QM2) USAGE(XMITQ) DEF
CHL(QM1.TO.QM2) CHLTYPE(SDR) TRPTYPE(TCP)+CONNAME(‘9.20.9.32(1412)’)
XMITQ(QM2) DEF CHL(QM2.TO.QM1) CHLTYPE(RCVR) TRPTYPE(TCP) On QM2: DEF
QR(QM1.ALIAS) RNAME(‘ ‘) RQMNAME(QM1) XMITQ(QM1) DEF QL(QM1) USAGE(XMITQ)
DEF CHL(QM2.TO.QM1) CHLTYPE(SDR) TRPTYPE(TCP)+ CON
E(‘9.20.9.32(1413)’)XMITQ(QM1) DEF CHL(QM1.TO.QM2) CHLTYPE(RCVR) TRPTYPE(TCP)
DEF QL(BLUE)