QDepthLowLimit (10-digit signed integer) on IBM i

Low limit for queue depth.

Local Model Alias Remote Cluster
X X

This is the threshold against which the queue depth is compared to generate a Queue Depth Low event. This event indicates that an application has retrieved a message from a queue, and this has caused the number of messages on the queue to become less than or equal to the queue depth low threshold. See the QDepthLowEvent attribute.

The value is expressed as a percentage of the maximum queue depth (MaxQDepth attribute), and is in the range zero through 100. The default value is 20.

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

Parent topic: Attributes for queues