READAHEADALLOWED
This property determines whether message consumers and queue browsers are allowed to use read ahead to get nonpersistent messages from this destination into an internal buffer before receiving them.
Applicable Objects
Queue, Topic
JMS administration tool long name: READAHEADALLOWED
JMS administration tool short name: RAALD
Programmatic access
Setters/getters
- MQDestination.setReadAheadAllowed()
- MQDestination.getReadAheadAllowed()
Values
- AS_DEST
- Determine whether read ahead is allowed by referring to the queue or topic definition. This is the default value in administrative tools.
- AS_Q_DEF
- Determine whether read ahead is allowed by referring to the queue definition.
- AS_TOPIC_DEF
- Determine whether read ahead is allowed by referring to the topic definition.
- NO
- Read ahead is not allowed.
- YES
- Read ahead is allowed.
Parent topic: Properties of IBM MQ classes for JMS objects