Messages are not arriving on the destination queues
Make sure that the corresponding cluster transmission queue is empty and also that the channel to the destination queue manager is running.
Symptom
Messages are not arriving on the destination queues.Cause
The messages might be stuck at their origin queue manager.
Solution
- Identify the transmission queue that is sending messages to the destination and the status of the channel.
1 : dis clusqmgr(QM1) CHANNEL(*) STATUS DEFTYPE QMTYPE XMITQ AMQ8441: Display Cluster Queue Manager details. CLUSQMGR(QM1) CLUSTER(DEMO) CHANNEL(DEMO.QM1) DEFTYPE(CLUSSDRA) QMTYPE(NORMAL) STATUS(RUNNING) XMITQ(SYSTEM.CLUSTER.TRANSMIT.DEMO.QM1)
- Make sure that the cluster transmission queue is empty.
1 : display ql(SYSTEM.CLUSTER.TRANSMIT.DEMO.QM1) curdepth AMQ8409: Display Queue details. QUEUE(SYSTEM.CLUSTER.TRANSMIT.DEMO.QM1) CURDEPTH(0)
Parent topic: Queue manager clusters troubleshooting