Queue Manager Active

Event name: Queue Manager Active.
Reason code in MQCFH: MQRC_Q_MGR_ACTIVE (2222, X'8AE').
Queue manager active.
Event description: This condition is detected when a queue manager becomes active.
Event type: Start And Stop.
Platforms: All, except the first start of an IBM MQ for z/OS queue manager. In this case it is produced only on subsequent restarts.

The ReasonQualifier and HostName fields apply only to those platforms that support multi-instance availability; that is not z/OS

Event queue: SYSTEM.ADMIN.QMGR.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 of causes for this reason code. This specifies the type of start that is happening.
    Identifier: MQIACF_REASON_QUALIFIER.
    Data type: MQCFIN.
    Values:

      MQRQ_FAILOVER_PERMITTED

      Queue manager has started normally and allows a standby instance.

      MQRQ_FAILOVER_NOT_PERMITTED

      Queue manager has started normally but does not allow a standby instance.

      MQRQ_STANDBY_ACTIVATED
      Queue manager has moved out of standby mode into active mode.

    Returned: Always.

    HostName

    Description: The host name of the machine on which the queue manager is running.
    Identifier: MQCACF_HOST_NAME.
    Data type: MQCFST.
    Returned: Always.

Parent topic: Event message descriptions