Below are the different states of MQ channels:
STARTING
A request has been made to start the channel but the channel has
not yet begun processing. A channel is in this state if it is waiting
to become active.
BINDING
Channel is performing channel negotiation and is not yet ready to
transfer messages.
INITIALIZING
The channel initiator is attempting to start a channel. This is valid
only on AIX, HP OpenVMS, HP-UX, Linux, i5/OS, Solaris,
Windows, and z/OS. On z/OS, this is displayed as INITIALIZI.
RUNNING
The channel is either transferring messages at this moment, or is
waiting for messages to arrive on the transmission queue so that
they can be transferred.
STOPPING
Channel is stopping or a close request has been received.
RETRYING
A previous attempt to establish a connection has failed. The MCA
will reattempt connection after the specified time interval.
PAUSED
The channel is waiting for the message-retry interval to complete
before retrying an MQPUT operation.
STOPPED
This state can be caused by one of the following:
1. Channel manually stopped
A user has entered a stop channel command against this
channel.
2. Retry limit reached
The MCA has reached the limit of retry attempts at establishing
a connection. No further attempt will be made to establish a
connection automatically.
A channel in this state can be restarted only by issuing the START
CHANNEL command, or starting the MCA program in an
operating-system dependent manner.
REQUESTING
A local requester channel is requesting services from a remote
MCA.