Thanks, all, for your input. The AMQ7208 warning messages in log were coming in two flavors. One lists the remote qmgr (QC01) and the other has blanks for the qmgr. In both cases MQRC_Q_FULL is given as the reason.
----- amqcccxa.c : 2671 -------------------------------------------------------
07/10/25 18:25:46 - Process(2117284.1295) User(mqm) Program(amqzlaa0)
Host(mqprod-prospect-core-server-msg-0) Installation(Installation1)
VRMF(9.4.2.0) QMgr(QC00)
Time(2025-07-10T18:25:46.052Z)
RemoteHost(127.0.0.6)
CommentInsert1(UC_PROSPECT_QC01)
CommentInsert2(QC01)
CommentInsert3(MQRC_Q_FULL)
AMQ7208W: The queue manager failed to start cluster channel 'UC_PROSPECT_QC01'.
EXPLANATION:
A message was put that required the cluster sender channel 'UC_PROSPECT_QC01'
to be automatically started to the cluster queue manager 'QC01'. The queue
manager failed to start the cluster sender channel for reason MQRC_Q_FULL. This
may be due to a problem with the SYSTEM.CHANNEL.INITQ or a change to the
cluster queue manager that the channel represents.
ACTION:
This may be a transitory problem. Investigate the problem and if necessary
start the channel manually.
----- amqkfnca.c : 5338 -------------------------------------------------------
07/10/25 18:25:46 - Process(2117284.1295) User(mqm) Program(amqzlaa0)
Host(mqprod-prospect-core-server-msg-0) Installation(Installation1)
VRMF(9.4.2.0) QMgr(QC00)
Time(2025-07-10T18:25:46.094Z)
RemoteHost(127.0.0.6)
CommentInsert1(UC_PROSPECT_QC01)
CommentInsert2( )
CommentInsert3(MQRC_Q_FULL)
AMQ7208W: The queue manager failed to start cluster channel 'UC_PROSPECT_QC01'.
EXPLANATION:
A message was put that required the cluster sender channel 'UC_PROSPECT_QC01'
to be automatically started to the cluster queue manager ' '. The queue
manager failed to start the cluster sender channel for reason MQRC_Q_FULL. This
may be due to a problem with the SYSTEM.CHANNEL.INITQ or a change to the
cluster queue manager that the channel represents.
ACTION:
This may be a transitory problem. Investigate the problem and if necessary
start the channel manually.
I also see AMQ9213 errors in the log, interspersed among the AMQ7208 warnings.
----- amqkfnca.c : 5338 -------------------------------------------------------
07/10/25 18:25:46 - Process(322.5) User(mqm) Program(amqrmppa)
Host(mqprod-prospect-core-server-msg-0) Installation(Installation1)
VRMF(9.4.2.0) QMgr(QC00)
Time(2025-07-10T18:25:46.789Z)
RemoteHost(127.0.0.6)
CommentInsert1(127.0.0.6)
CommentInsert2(TCP/IP)
AMQ9213E: A communications error for TCP/IP occurred.
EXPLANATION:
An unexpected error occurred in communications.
ACTION:
The return code from the TCP/IP call was 0 (X'0'). Record these values and tell
the systems administrator.
I believe the suggestions of a network error as the root cause is correct. I only see the messages on one of the two qmgrs. Seems something prevented QC00 from connecting to QC01, but not vice versa. Redeploying the pods resolved the issue. I could possibly have restarted the channel manually as the 7208 message suggests.
Jim