setReceiveIsolation

 

public void setReceiveIsolation(int newVal) throws JMSException;

Sets whether calls by MessageConsumers are isolated from other operations.

Parameters

  • newVal - one of these values:

    • JMSC.MQJMS_RCVISOL_COMMITTED

    • JMSC.MQJMS_RCVISOL_UNCOMMITTED

    • JMSC.MQJMS_RCVISOL_DEFAULT

Exceptions

  • JMSException -


uj28680_