MQIA_Q_DEPTH_MAX_EVENT

 

public final static int

This integer attribute selector is used with an MQINQ call to determine whether Queue Full events are generated. A Queue Full event indicates that a put to a queue has been rejected because the queue is full, that is, the queue depth has already reached its maximum value. The value is one of MQEVR_DISABLED or MQEVR_ENABLED.


uj19120_