+

Search Tips | Advanced Search

Queue manager events

Queue manager events are related to the use of resources within queue managers. For example, a queue manager event is generated if an application tries to put a message on a queue that does not exist.

The following examples show conditions that can cause a queue manager event:

  • An application issues an MQI call that fails. The reason code from the call is the same as the reason code in the event message.

    A similar condition can occur during the internal operation of a queue manager; for example, when generating a report message. The reason code in an event message might match an MQI reason code, even though it is not associated with any application. Do not assume that, because an event message reason code looks like an MQI reason code, the event was necessarily caused by an unsuccessful MQI call from an application.

  • A command is issued to a queue manager and processing this command causes an event. For example:

    • A queue manager is stopped or started.
    • A command is issued where the associated user ID is not authorized for that command.

IBM MQ puts messages for queue manager events on the SYSTEM.ADMIN.QMGR.EVENT queue, and supports the following queue manager event types:

For each event type in this list, we can set a queue manager attribute to enable or disable the event type.

Parent topic: Event types

Last updated: 2020-10-04