Home

 

QDepthHighLimit (MQLONG)

Local Model Alias Remote Cluster
Yes Yes No No No

This is the threshold against which the queue depth is compared to generate a Queue Depth High event. This event indicates that an application has put a message on a queue, and that this has caused the number of messages on the queue to become greater than or equal to the queue depth high threshold. See QDepthHighEvent attribute.

The value is expressed as a percentage of the maximum queue depth (MaxQDepth attribute), and is greater than or equal to 0 and less than or equal to 100. The default value is 80.

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

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



 

Home