Uses of Interface
jakarta.jms.TopicSession
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 TopicSession in jakarta.jms
Modifier and TypeMethodDescriptionTopicConnection.createTopicSession
(boolean transacted, int acknowledgeMode) Creates aTopicSession
object, specifyingtransacted
andacknowledgeMode
.XATopicConnection.createTopicSession
(boolean transacted, int acknowledgeMode) Creates aTopicSession
object.XATopicSession.getTopicSession()
Gets the topic session associated with thisXATopicSession
.ModifierConstructorDescriptionTopicRequestor
(TopicSession session, Topic topic) Constructor for theTopicRequestor
class.