org.springframework.boot.jta

Interface XAConnectionFactoryWrapper

    • Method Summary

      Methods 
      Modifier and Type Method and Description
      javax.jms.ConnectionFactory wrapConnectionFactory(javax.jms.XAConnectionFactory connectionFactory)
      Wrap the specific XAConnectionFactory and enroll it with a JTA TransactionManager.
    • Method Detail

      • wrapConnectionFactory

        javax.jms.ConnectionFactory wrapConnectionFactory(javax.jms.XAConnectionFactory connectionFactory)
                                                          throws Exception
        Wrap the specific XAConnectionFactory and enroll it with a JTA TransactionManager.
        Parameters:
        connectionFactory - the connection factory to wrap
        Returns:
        the wrapped connection factory
        Throws:
        Exception - if the connection factory cannot be wrapped

Copyright © 2015 Pivotal Software, Inc.. All rights reserved.