Class ActiveMQXAConnectionFactory

  • All Implemented Interfaces:
    java.io.Externalizable, java.io.Serializable, java.lang.AutoCloseable, javax.jms.ConnectionFactory, javax.jms.QueueConnectionFactory, javax.jms.TopicConnectionFactory, javax.jms.XAConnectionFactory, javax.jms.XAQueueConnectionFactory, javax.jms.XATopicConnectionFactory, javax.naming.Referenceable, ConnectionFactoryOptions

    public class ActiveMQXAConnectionFactory
    extends ActiveMQConnectionFactory
    implements javax.jms.XATopicConnectionFactory, javax.jms.XAQueueConnectionFactory
    A class that represents a XAConnectionFactory.

    We consider the XAConnectionFactory to be the most complete possible option. It can be casted to any other connection factory since it is fully functional

    See Also:
    Serialized Form
    • Constructor Detail

      • ActiveMQXAConnectionFactory

        public ActiveMQXAConnectionFactory()
      • ActiveMQXAConnectionFactory

        public ActiveMQXAConnectionFactory​(java.lang.String uri)
      • ActiveMQXAConnectionFactory

        public ActiveMQXAConnectionFactory​(java.lang.String url,
                                           java.lang.String user,
                                           java.lang.String password)
      • ActiveMQXAConnectionFactory

        public ActiveMQXAConnectionFactory​(ServerLocator serverLocator)
      • ActiveMQXAConnectionFactory

        public ActiveMQXAConnectionFactory​(boolean ha,
                                           TransportConfiguration... initialConnectors)