getReceiveIsolation

 

public int getReceiveIsolation() throws JMSException;

Indicates whether calls by MessageConsumers are isolated from other operations.

Returns

  • one of these values:

    • JMSC.MQJMS_RCVISOL_COMMITTED

    • JMSC.MQJMS_RCVISOL_UNCOMMITTED

    • JMSC.MQJMS_RCVISOL_DEFAULT

Exceptions

  • JMSException -


uj28050_