Uses of Interface
jakarta.jms.TopicConnectionFactory
-
Packages that use TopicConnectionFactory 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 -
-
Uses of TopicConnectionFactory in jakarta.jms
Subinterfaces of TopicConnectionFactory in jakarta.jms Modifier and Type Interface Description interfaceXATopicConnectionFactoryAnXATopicConnectionFactoryprovides the same create options as aTopicConnectionFactory(optional). -
Uses of TopicConnectionFactory in org.apache.activemq.artemis.jms.client
Classes in org.apache.activemq.artemis.jms.client that implement TopicConnectionFactory Modifier and Type Class Description classActiveMQJMSConnectionFactoryActiveMQ Artemis implementation of a JMS ConnectionFactory.classActiveMQTopicConnectionFactoryActiveMQ Artemis implementation of a JMS ConnectionFactory.classActiveMQXAConnectionFactoryA class that represents a XAConnectionFactory.classActiveMQXATopicConnectionFactoryActiveMQ Artemis implementation of a JMS ConnectionFactory.
-