Uses of Interface
jakarta.jms.TopicSession
Packages that use 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
Methods in jakarta.jms that return TopicSessionModifier and TypeMethodDescriptionTopicConnection.createTopicSession(boolean transacted, int acknowledgeMode) Creates aTopicSessionobject, specifyingtransactedandacknowledgeMode.XATopicConnection.createTopicSession(boolean transacted, int acknowledgeMode) Creates aTopicSessionobject.XATopicSession.getTopicSession()Gets the topic session associated with thisXATopicSession.Constructors in jakarta.jms with parameters of type TopicSessionModifierConstructorDescriptionTopicRequestor(TopicSession session, Topic topic) Constructor for theTopicRequestorclass.