MQIA_MAX_Q_DEPTH

 

public final static int

This integer attribute selector is used with an MQINQ call to determine the defined upper limit for the number of physical messages that can exist on the queue at any one time. An attempt to put a message on a queue that already contains MaxQDepth messages fails with reason code MQRC_Q_FULL.

The value of this attribute is zero or greater. The upper limit is determined by the environment. On AIX, HP-UX, z/OS, Solaris, Linux, and Windows, the value cannot exceed 999,999,999. On i5/OS, the value cannot exceed 640 000.


uj18960_