An airline reservation system consists of three MQ queue managers. The following MQSC commands have been executed. An application for airline reservation connects to queue manager CANADA and puts a message to queue TORONTO. On which queue does the message end up? QM: CANADA DEFINE QL(INDIA)
USAGE(XMITQ) DEFINE QL(RESERVATIONS) DEFINE QL(DLQ) DEFINE CHANNEL(CANADA.INDIA)
CHLTYPE(SDR)+ XMITQ(INDIA) CONNAME('9.84.100.7(1415)')
DEFINE QR(BOMBAY) RQMNAME(INDIA) RNAME(RESERVATIONS)+ XMITQ(INDIA) DEFINE QALIAS
(TORONTO) TARGET(BOMBAY) QM: INDIA DEFINE QL(CHINA) USAGE(XMITQ) DEFINE QL
(RESERVATIONS) DEFINE QL(DLQ) DEFINE CHANNEL(CANADA.INDIA) CHLTYPE(RCVR) DEFINE QR
(SHANGHAI) RQMNAME(CHINA)+ RNAME(RESERVATIONS) XMITQ(CHINA) DEFINE CHANNEL
(INDIA.CHINA) CHLTYPE(SDR)+ XMITQ(CHINA) CONNAME('9.84.111.9(1416)') QM: CHINA DEFINE QL
(RESERVATIONS) DEFINE QL(DLQ) DEFINE CHANNEL(INDIA.CHINA) CHLTYPE(RCVR)
An administrator has been asked to create a listener that listens on port 1416 and starts automatically when the queue manager is started. Which of the following MQSC commands will create the listener?
A company is running applications on several Windows servers installed with WebSphere MQ Server components. All the applications are sending data to a queue manager running on a Solaris machine. How could the administrator redesign the infrastructure to reduce the overall licensing costs of the infrastructure?
An application sends messages into a queue which has multiple instances within a cluster. There are no requirements for message affinity and the default value is kept for the attribute DEFBIND on the queue definition. In order to benefit from the workload management of clustering, what option needs to be specified on the MQOPEN call from the application?
An application using several queue managers is being tested for its end-to-end message throughput rates. The delivery times for the messages are longer than what the developers expect, and somemessages are randomly lost. What can be done to help resolve this problem?
An application developer needs help understanding why a publishing application is failing when trying to publish on topic RE/Current/Bids. What MQSC command can an administrator use to help diagnose the problem?
A stepwise approach to moving the MQ publish/subscribe environment to V7.0 has been taken to minimize the impact to the publish/subscribe applications using the environment. As part of this stepwise approach there will be a mix of V6 and V7 brokers running at any one time. What additional step must be taken to allow for the coexistence of both versions of the brokers?
An administrator has been asked to create new subscriptions on queue manager QMGR1 in UNIX. The
administrator issues the following MQSC commands: DEF TOPIC(TOPICA) TOPICSTR(X/Y) DEF TOPIC
(TOPICB) TOPICSTR(X/Y/Z) The administrator then runs the following commands: setmqaut m QMGR1 -t
topic -n TOPICA -p User1 +sub setmqaut m QMGR1 -t topic -n TOPICB