PrepAway - Latest Free Exam Questions & Answers

Category: 000-374

Exam 000-374: IBM WebSphere MQ V7.0 System Administration

In order to benefit from the workload management of clustering, what option needs to be specified on the MQOPE

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?

On which queue does the message end up?

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)


Page 9 of 13« First...7891011...Last »