Uses of Interface
jakarta.jms.ConnectionFactory
-
Packages that use ConnectionFactory Package Description jakarta.jms The Jakarta Messaging API provides a common way for Java programs to create, send, receive and read an enterprise messaging system's messages.org.apache.activemq.artemis.jms.client org.apache.activemq.artemis.jndi -
-
Uses of ConnectionFactory in jakarta.jms
Subinterfaces of ConnectionFactory in jakarta.jms Modifier and Type Interface Description interfaceQueueConnectionFactoryA client uses aQueueConnectionFactoryobject to createQueueConnectionobjects with a point-to-point Jakarta Messaging provider.interfaceTopicConnectionFactoryA client uses aTopicConnectionFactoryobject to createTopicConnectionobjects with a publish/subscribe Jakarta Messaging provider.interfaceXAQueueConnectionFactoryAnXAQueueConnectionFactoryprovides the same create options as aQueueConnectionFactory(optional).interfaceXATopicConnectionFactoryAnXATopicConnectionFactoryprovides the same create options as aTopicConnectionFactory(optional). -
Uses of ConnectionFactory in org.apache.activemq.artemis.jms.client
Classes in org.apache.activemq.artemis.jms.client that implement ConnectionFactory Modifier and Type Class Description classActiveMQConnectionFactoryActiveMQ Artemis implementation of a JMS ConnectionFactory.classActiveMQJMSConnectionFactoryActiveMQ Artemis implementation of a JMS ConnectionFactory.classActiveMQQueueConnectionFactoryActiveMQ Artemis implementation of a JMS ConnectionFactory.classActiveMQTopicConnectionFactoryActiveMQ Artemis implementation of a JMS ConnectionFactory.classActiveMQXAConnectionFactoryA class that represents a XAConnectionFactory.classActiveMQXAQueueConnectionFactoryActiveMQ Artemis implementation of a JMS ConnectionFactory.classActiveMQXATopicConnectionFactoryActiveMQ Artemis implementation of a JMS ConnectionFactory. -
Uses of ConnectionFactory in org.apache.activemq.artemis.jndi
Methods in org.apache.activemq.artemis.jndi that return ConnectionFactory Modifier and Type Method Description protected ConnectionFactoryActiveMQInitialContextFactory. createConnectionFactory(String uri, String name)Factory method to create a new connection factory from the given environmentprotected ConnectionFactoryActiveMQInitialContextFactory. createConnectionFactory(String uri, Map<String,String> overrides, String name)Factory method to create a new connection factory from the given environment, with overrides
-