MQIA_MAX_HANDLES

 

public final static int

This integer attribute selector is used with an MQINQ call to determine the maximum number of open handles that any one task can use concurrently. Each successful MQOPEN call for a single queue (or for an object that is not a queue) uses one handle. That handle becomes available for reuse when the object is closed.

The value is in the range 1 to 999,999,999. The default value is determined by the environment. On z/OS, the default value is 100. In all other environments, the default value is 256.


uj18930_