Uses of Interface
jakarta.jms.TopicConnection
Package
Description
The Jakarta Messaging API provides a common way for Java programs to create, send, receive and read an enterprise messaging system's messages.
-
Uses of TopicConnection in jakarta.jms
Modifier and TypeInterfaceDescriptioninterface
AnXATopicConnection
provides the same create options asTopicConnection
(optional).Modifier 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.