Interface XAConnectionFactoryWrapper

    • 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