Channel Activated

Event name: Channel Activated.
Reason code in MQCFH: MQRC_CHANNEL_ACTIVATED (2295, X'8F7').
Channel activated.
Event description: This condition is detected when a channel that has been waiting to become active, and for which a Channel Not Activated event has been generated, is now able to become active, because an active slot has been released by another channel.

This event is not generated for a channel that is able to become active without waiting for an active slot to be released.

Event type: Channel.
Platforms: All.
Event queue: SYSTEM.ADMIN.CHANNEL.EVENT.


Event data

    QMgrName

    Description: Name of the queue manager generating the event.
    Identifier: MQCA_Q_MGR_NAME.
    Data type: MQCFST.
    Maximum length: MQ_Q_MGR_NAME_LENGTH.
    Returned: Always.

    ChannelName

    Description: Channel Name.
    Identifier: MQCACH_CHANNEL_NAME.
    Data type: MQCFST.
    Maximum length: MQ_CHANNEL_NAME_LENGTH.
    Returned: Always.

    XmitQName

    Description: Transmission queue name.
    Identifier: MQCACH_XMIT_Q_NAME.
    Data type: MQCFST.
    Maximum length: MQ_Q_NAME_LENGTH.
    Returned: For sender, server, cluster-sender, and cluster-receiver channels only.

    ConnectionName

    Description: If the channel has successfully established a TCP connection, this is the Internet address. Otherwise it is the contents of the ConnectionName field in the channel definition.
    Identifier: MQCACH_CONNECTION_NAME.
    Data type: MQCFST.
    Maximum length: MQ_CONN_NAME_LENGTH.
    Returned: Only for commands that do not contain a generic name.

Parent topic: Event message descriptions