Class ActiveMQXAConnectionFactory

  • All Implemented Interfaces:
    Externalizable, Serializable, AutoCloseable, javax.jms.ConnectionFactory, javax.jms.QueueConnectionFactory, javax.jms.TopicConnectionFactory, javax.jms.XAConnectionFactory, javax.jms.XAQueueConnectionFactory, javax.jms.XATopicConnectionFactory, 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​(String uri)
      • ActiveMQXAConnectionFactory

        public ActiveMQXAConnectionFactory​(String url,
                                           String user,
                                           String password)
      • ActiveMQXAConnectionFactory

        public ActiveMQXAConnectionFactory​(ServerLocator serverLocator)
      • ActiveMQXAConnectionFactory

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