Uses of Interface
jakarta.jms.ConnectionFactory
Packages that use ConnectionFactory
Package
Description
-
Uses of ConnectionFactory in jakarta.jms
Subinterfaces of ConnectionFactory in jakarta.jmsModifier and TypeInterfaceDescriptioninterfaceA client uses aQueueConnectionFactoryobject to createQueueConnectionobjects with a point-to-point Jakarta Messaging provider.interfaceA client uses aTopicConnectionFactoryobject to createTopicConnectionobjects with a publish/subscribe Jakarta Messaging provider.interfaceAnXAQueueConnectionFactoryprovides the same create options as aQueueConnectionFactory(optional).interfaceAnXATopicConnectionFactoryprovides 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 ConnectionFactoryModifier and TypeClassDescriptionclassActiveMQ Artemis implementation of a JMS ConnectionFactory.classActiveMQ Artemis implementation of a JMS ConnectionFactory.classActiveMQ Artemis implementation of a JMS ConnectionFactory.classActiveMQ Artemis implementation of a JMS ConnectionFactory.classA class that represents a XAConnectionFactory.classActiveMQ Artemis implementation of a JMS ConnectionFactory.classActiveMQ Artemis implementation of a JMS ConnectionFactory. -
Uses of ConnectionFactory in org.apache.activemq.artemis.jndi
Methods in org.apache.activemq.artemis.jndi that return ConnectionFactoryModifier and TypeMethodDescriptionprotected 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 -
Uses of ConnectionFactory in org.apache.activemq.artemis.ra
Subinterfaces of ConnectionFactory in org.apache.activemq.artemis.raModifier and TypeInterfaceDescriptioninterfaceAn aggregate interface for the JMS connection factoriesClasses in org.apache.activemq.artemis.ra that implement ConnectionFactory -
Uses of ConnectionFactory in org.wildfly.extension.messaging.activemq.jms
Methods in org.wildfly.extension.messaging.activemq.jms that return ConnectionFactoryMethods in org.wildfly.extension.messaging.activemq.jms with parameters of type ConnectionFactoryModifier and TypeMethodDescriptionvoidDestinationConfiguration.createQueue(ConnectionFactory cf, Queue managementQueue, String queueName) voidDestinationConfiguration.createTopic(ConnectionFactory cf, Queue managementQueue, String topicName) voidDestinationConfiguration.destroyQueue(ConnectionFactory cf, Queue managementQueue, String queueName) voidDestinationConfiguration.destroyTopic(ConnectionFactory cf, Queue managementQueue, String topicName) -
Uses of ConnectionFactory in org.wildfly.extension.messaging.activemq.jms.legacy
Methods in org.wildfly.extension.messaging.activemq.jms.legacy that return ConnectionFactory