Channel Stopped By User

Event name: Channel Stopped By User.
Reason code in MQCFH: MQRC_CHANNEL_STOPPED_BY_USER (2279, X'8E7').
Channel stopped by user.
Event description: This is issued when a user issues a STOP CHL command. ReasonQualifier identifies the reasons for stopping.
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.

    ReasonQualifier

    Description: Identifier that qualifies the reason code.
    Identifier: MQIACF_REASON_QUALIFIER.
    Data type: MQCFIN.
    Values:

      MQRQ_CHANNEL_STOPPED_DISABLED
      Channel has been closed and it is in a stopped state.

    Returned: Always.

    ChannelName

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

Parent topic: Event message descriptions