Uses of Interface
jakarta.jms.TopicConnection
-
Packages that use TopicConnection 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 TopicConnection in jakarta.jms
Subinterfaces of TopicConnection in jakarta.jms Modifier and Type Interface Description interfaceXATopicConnectionAnXATopicConnectionprovides the same create options asTopicConnection(optional).Methods in jakarta.jms that return TopicConnection Modifier and Type Method Description TopicConnectionTopicConnectionFactory. createTopicConnection()Creates a topic connection with the default user identity.TopicConnectionTopicConnectionFactory. 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 TopicConnection Modifier and Type Class Description classActiveMQConnectionActiveMQ Artemis implementation of a JMS Connection.classActiveMQXAConnectionActiveMQ Artemis implementation of a JMS XAConnection.Methods in org.apache.activemq.artemis.jms.client that return TopicConnection Modifier and Type Method Description TopicConnectionActiveMQConnectionFactory. createTopicConnection()TopicConnectionActiveMQConnectionFactory. createTopicConnection(String username, String password)
-