Uses of Interface
jakarta.jms.TopicConnection
Packages that use TopicConnection
Package
Description
-
Uses of TopicConnection in jakarta.jms
Subinterfaces of TopicConnection in jakarta.jmsModifier and TypeInterfaceDescriptioninterfaceAnXATopicConnectionprovides the same create options asTopicConnection(optional).Methods in jakarta.jms that return TopicConnectionModifier and TypeMethodDescriptionTopicConnectionFactory.createTopicConnection()Creates a topic connection with the default user identity.TopicConnectionFactory.createTopicConnection(String userName, String password) Creates a topic connection with the specified user identity. -
Uses of TopicConnection in org.apache.activemq.artemis.jms.client
Classes in org.apache.activemq.artemis.jms.client that implement TopicConnectionModifier and TypeClassDescriptionclassActiveMQ Artemis implementation of a JMS Connection.final classActiveMQ Artemis implementation of a JMS XAConnection.Methods in org.apache.activemq.artemis.jms.client that return TopicConnectionModifier and TypeMethodDescriptionActiveMQConnectionFactory.createTopicConnection()ActiveMQConnectionFactory.createTopicConnection(String username, String password) -
Uses of TopicConnection in org.apache.activemq.artemis.ra
Subinterfaces of TopicConnection in org.apache.activemq.artemis.raModifier and TypeInterfaceDescriptioninterfaceA joint interface forXATopicConnectionandXAQueueConnection.Classes in org.apache.activemq.artemis.ra that implement TopicConnectionModifier and TypeClassDescriptionfinal classImplements the JMS Connection API and producesActiveMQRASessionobjects.Methods in org.apache.activemq.artemis.ra that return TopicConnectionModifier and TypeMethodDescriptionActiveMQRAConnectionFactoryImpl.createTopicConnection()Creates a topic connection with the default user identity.ActiveMQRAConnectionFactoryImpl.createTopicConnection(String userName, String password) Creates a topic connection with the specified user identity.