Websphere MQ Cluster Issue 6: Messages are not appearing on the destination queues.

Cause


The messages may be stuck at their origin queue manager. Make sure that the SYSTEM.CLUSTER.TRANSMIT.QUEUE is empty and also that the channel to the destination queue manager is running.

 (e.g)
1 : display ql(SYSTEM.CLUSTER.TRANSMIT.QUEUE) curdepth
AMQ8409: Display Queue details.
QUEUE(SYSTEM.CLUSTER.TRANSMIT.QUEUE) CURDEPTH(0)

2 : display chs(TO.QM2)
AMQ8417: Display Channel Status details.
CHANNEL(TO.QM2) XMITQ(SYSTEM.CLUSTER.TRANSMIT.QUEUE)
CONNAME(comfrey.hursley.ibm.com(1415))
CURRENT CHLTYPE(CLUSSDR)

STATUS(RUNNING)

Comments