Home

 

QDepthHighEvent (MQLONG)

Local Model Alias Remote Cluster
Yes Yes No No No

This controls whether Queue Depth High events are generated. A Queue Depth High event indicates that an application has put a message on a queue, and this 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.

The value is one of the following:

MQEVR_DISABLED

Event reporting disabled.

MQEVR_ENABLED

Event reporting enabled.

For more information about events, see Monitoring WebSphere MQ.

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

This attribute is supported on z/OS, but the MQINQ call cannot be used to determine its value.



 

Home