Class BasicActiveMqXAImplementation

    • Constructor Detail

      • BasicActiveMqXAImplementation

        public BasicActiveMqXAImplementation()
      • BasicActiveMqXAImplementation

        public BasicActiveMqXAImplementation​(java.lang.String url)
    • Method Detail

      • createConnectionFactory

        public javax.jms.ConnectionFactory createConnectionFactory()
                                                            throws javax.jms.JMSException
        Specified by:
        createConnectionFactory in interface VendorImplementation
        Throws:
        javax.jms.JMSException
      • createXAConnectionFactory

        public javax.jms.XAConnectionFactory createXAConnectionFactory()
                                                                throws javax.jms.JMSException

        Returns a new instance of org.apache.activemq.ActiveMQXAConnectionFactory.

        Specified by:
        createXAConnectionFactory in interface com.adaptris.xa.jms.XAVendorImplementation
        Returns:
        an XAConnectionFactory
        Throws:
        javax.jms.JMSException - if any occur
      • createXASession

        public javax.jms.XASession createXASession​(javax.jms.XAConnection c)
                                            throws javax.jms.JMSException
        Specified by:
        createXASession in interface com.adaptris.xa.jms.XAVendorImplementation
        Throws:
        javax.jms.JMSException
      • create

        protected org.apache.activemq.ActiveMQXAConnectionFactory create​(java.lang.String url)