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.
    Use WMQConstants.WMQ_RCVISOL_COMMITTED in programs.

    UNCOMMITTED
    A subscriber can receive messages that have not been committed on the subscriber queue.
    Use WMQConstants.WMQ_RCVISOL_UNCOMMITTED in programs.

Parent topic: Properties of IBM MQ classes for JMS objects