2202 (089A) (RC2202): MQRC_CONNECTION_QUIESCING

Explanation

This reason code is issued when the connection to the queue manager is in quiescing state, and an application issues one of the following calls:
  • MQCONN or MQCONNX
  • MQOPEN, with no connection established, or with MQOO_FAIL_IF_QUIESCING included in the Options parameter
  • MQGET, with MQGMO_FAIL_IF_QUIESCING included in the Options field of the GetMsgOpts parameter
  • MQPUT or MQPUT1, with MQPMO_FAIL_IF_QUIESCING included in the Options field of the PutMsgOpts parameter

MQRC_CONNECTION_QUIESCING is also issued by the message channel agent (MCA) when the queue manager is in quiescing state.

Completion Code

MQCC_FAILED

Programmer response

The application should tidy up and terminate. Any uncommitted changes in a unit of work should be backed out.