Queue managers QMGR1 and QMGR2 are members of cluster QMCLUS. An application
connected to QMGR1 needs to send messages to a local queue APP.LOCAL of QMGR2. The
administrator creates the following definitions: On QMGR1: DEFINE QALIAS(APP.ALIAS) +
TARGET(APP.LOCAL) + CLUSTER(QMCLUS) On QMGR2: DEFINE QLOCAL(APP.LOCAL) +
MAXDEPTH(50000) The administrator is notified that the application is unable to send messages
to APP.LOCAL. What is the most likely cause?

A.
The cluster channels have not been started.
B.
The QALIAS cannot be defined on a cluster.
C.
The queue APP.LOCAL is not a cluster queue.
D.
The SYSTEM.CLUSTER.TRANSMIT.QUEUE is full.