QDepthHighEvent (10-digit signed integer) on IBM i

Controls whether Queue Depth High events are generated.

Local Model Alias Remote Cluster
X X

A Queue Depth High event indicates that an application has put a message on a queue, which has caused the number of messages on the queue to become greater than or equal to the queue depth high threshold (see the QDepthHighLimit attribute).

Note: The value of this attribute can change dynamically. QDepthHighEvent can have one of two values:

    EVRDIS
    Event reporting disabled.

    EVRENA
    Event reporting enabled.

For more information about events, see Event monitoring.

To determine the value of this attribute, use the IAQDHE selector with the MQINQ call.

Parent topic: Attributes for queues