RECEIVEISOLATION
This property determines whether a subscriber might receive messages that have not been committed on the subscriber queue.
Applicable Objects
ConnectionFactory, TopicConnectionFactory
JMS administration tool long name: RECEIVEISOLATION
JMS administration tool short name: RCVISOL
Values
- COMMITTED
- A subscriber receives only those messages on the subscriber queue that have been committed. This is the default value in administrative tools.
- UNCOMMITTED
- A subscriber can receive messages that have not been committed on the subscriber queue.
Parent topic: Properties of IBM MQ classes for JMS objects