ExpiryInterval (MQLONG)
This indicates the frequency with which the queue manager scans the queues looking for expired messages. It is either a time interval in seconds in the range 1 through 99 999 999, or the following special value:
- MQEXPI_OFF
- The queue manager does not scan the queues looking for expired messages.
To determine the value of this attribute, use the MQIA_EXPIRY_INTERVAL selector with the MQINQ call.
This attribute is supported only on z/OSĀ®.