Q6
Single choice
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?