A new LTS release of IBM MQ is made generally available. The versioning information is 9.0.0.0. When the next level of fixes is made available for this product what will the versioning information look like?
Answer : D
DEFINE QLOCAL(TENNIS)
DEFINE QLOCAL(RUGBY)
DEFINE QALIAS(BALLS) TARGET(BALL)
DEFINE QLOCAL(QMGB) USAGE(XMITQ)
DEFINE QREMOTE(BALL) RNAME(BALL) RQMNAME(QMGB)
The following commands are issued on QMGB:
DEFINE QLOCAL(RUGBY)
DEFINE QALIAS(BALLS) TARGET(TENNIS)
DEFINE QLOCAL(QMGC) USAGE(XMITQ)
DEFINE QLOCAL(TENNIS)
DEFINE QREMOTE(BALL) RNAME(BALL) RQMNAME(QMGC)
The following commands are issued on QMGC:
DEFINE QREMOTE(BALLS) RNAME(BALLS) RQMNAME(QMGB)
DEFINE QLOCAL(QMGB) USAGE(XMITQ)
DEFINE QALIAS(BALL) TARGET(RUGBY)
DEFINE QLOCAL(TENNIS)
DEFINE QLOCAL(RUGBY)
Where does the message go when it is put to BALLS on QMGC?
Answer : B
Which statement is true regarding the use of CHLAUTH rules?
Answer : A
Queue manager QM1 has a remote queue RMT1 which is a remote definitions of the local queue L1 on queue manager QM2.
How would an administrator define the transmission queue so that messages on RMT1 on QM1 are sent to L1 on QM2?
Answer : C
An administrator wants to determine how many messages are on a TESTQ. Which MQSC command will return that information?
Answer : A
What topic attribute/value pair controls delivery of all non-persistent publications to all subscribers?
Answer : A
For MQ Advanced for distributed platforms, which two components are included? (Select two.)
Answer : B, E