MQJMS_RCVISOL_UNCOMMITTED

 

public final static int

This parameter can be passed to MQConnectionFactory.setReceiveIsolation(int) to indicate that publish/subscribe MessageConsumers are willing to see messages that have not yet been committed by their publisher. Using this value might cause a subscribing application's commit() method or acknowledge() call to fail if a message's original publish is backed out.


uj31820_