rollback

 

public void rollback() throws JMSException;

Rolls back any messages done in this transaction and releases any locks currently held.

Exceptions

  • JMSException - if JMS implementation fails to roll back the transaction due to some internal error.


uj30020_