Class ActiveMQXAQueueConnectionFactory

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

    public class ActiveMQXAQueueConnectionFactory
    extends ActiveMQConnectionFactory
    implements javax.jms.XAQueueConnectionFactory

    ActiveMQ Artemis implementation of a JMS ConnectionFactory.

    This connection factory will use defaults defined by DefaultConnectionProperties.

    See Also:
    Serialized Form
    • Constructor Detail

      • ActiveMQXAQueueConnectionFactory

        public ActiveMQXAQueueConnectionFactory()
      • ActiveMQXAQueueConnectionFactory

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

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

        public ActiveMQXAQueueConnectionFactory​(ServerLocator serverLocator)
      • ActiveMQXAQueueConnectionFactory

        public ActiveMQXAQueueConnectionFactory​(boolean ha,
                                                DiscoveryGroupConfiguration groupConfiguration)
      • ActiveMQXAQueueConnectionFactory

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