C2180-374 · Question #117
Queue managers QMGR1, QMGR2 and QMGR3 are members of cluster QC. An administrator created the following queues for an application: On QMGR1: DEFINEQALIAS(TEST.ALIAS) + TARGET(TEST.LOCAL) +…
The correct answer is B. The queue TEST.ALIAS was defined with the wrong DEFBIND option. See the full explanation below for the reasoning.
Question
Queue managers QMGR1, QMGR2 and QMGR3 are members of cluster QC. An administrator created the following queues for an application:
On QMGR1: DEFINEQALIAS(TEST.ALIAS) + TARGET(TEST.LOCAL) + DEFBIND(OPEN) + DEFPSIST(NO) On QMGR2 and QMGR3: DEFINE QLOCAL(TEST.LOCAL) + CLUSTER(QC) + DEFBIND(OPEN) + CLWLPRTY(0) + CLWLRANK(0) +DEFPSIST(NO) The administrator verifies the setup by putting messages on TEST.ALIAS using the sample amqsput program but notices that all messages end up on the same queue manager (either QMGR2 or QMGR3). What could be the likely cause?
Options
- AThe queue TEST.ALIAS was not made part of the cluster.
- BThe queue TEST.ALIAS was defined with the wrong DEFBIND option.
- CThe CLWLWGHT attribute of the Cluster channels was not set to 50.
- DThe CLWLPRTY was set to 0 instead of 50 on TEST.LOCAL in both the queue managers.
How the community answered
(39 responses)- A5% (2)
- B85% (33)
- C8% (3)
- D3% (1)
Community Discussion
No community discussion yet for this question.