getTransacted

 

public boolean getTransacted() throws JMSException;

Indicates whether the session is in transacted mode. Always returns false when you have a direct connection to a broker.

Returns

  • true if in transacted mode

Exceptions

  • JMSException - with one of the following reasons:

    • MQJMS_E_SESSION_CLOSED

    • MQJMS_E_INTERNAL_ERROR


uj30290_