Version 2

    TransactionInterceptor

     

    The TransactionInterceptor bulks sends and acknowledgements into transaction requests. This interceptor goes before the session interceptor for XASessions. Where the session is enlisted in a JTA transaction the sent messages and acks/nacks are added to an XAResource for each transaction.

     

    The commit/rollback is controlled by the XAResource.

     

     

    Back to JMS Facade