Queue Service Interval OK

Event name: Queue Service Interval OK.
Reason code in MQCFH: MQRC_Q_SERVICE_INTERVAL_OK (2227, X'8B3').
Queue service interval OK.
Event description: A successful get operation has been detected within an interval less than or equal to the limit specified in the QServiceInterval attribute.
Event type: Performance.
Platforms: All.
Event queue: SYSTEM.ADMIN.PERFM.EVENT.
Note: IBM MQ for z/OS does not support service interval events on shared queues.


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.

    QName

    Description: Queue name specified on the command that caused this queue service interval event to be generated.
    Identifier: MQCA_BASE_Q_NAME.
    Data type: MQCFST.
    Maximum length: MQ_Q_NAME_LENGTH.
    Returned: Always.

    TimeSinceReset

    Description: Time, in seconds, since the statistics were last reset.
    Identifier: MQIA_TIME_SINCE_RESET.
    Data type: MQCFIN.
    Returned: Always.

    HighQDepth

    Description: Maximum number of messages on the queue since the queue statistics were last reset.
    Identifier: MQIA_HIGH_Q_DEPTH.
    Data type: MQCFIN.
    Returned: Always.

    MsgEnqCount

    Description: Number of messages enqueued. This is the number of messages put on the queue since the queue statistics were last reset.
    Identifier: MQIA_MSG_ENQ_COUNT.
    Data type: MQCFIN.
    Returned: Always.

    MsgDeqCount

    Description: Number of messages removed from the queue since the queue statistics were last reset.
    Identifier: MQIA_MSG_DEQ_COUNT.
    Data type: MQCFIN.
    Returned: Always.

Parent topic: Event message descriptions