Uses of Interface
jakarta.jms.TopicSession
Packages that use TopicSession
Package
Description
-
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. -
Uses of TopicSession in org.apache.activemq.artemis.jms.client
Classes in org.apache.activemq.artemis.jms.client that implement TopicSessionMethods in org.apache.activemq.artemis.jms.client that return TopicSessionModifier and TypeMethodDescriptionActiveMQConnection.createTopicSession(boolean transacted, int acknowledgeMode) ActiveMQSession.getTopicSession() -
Uses of TopicSession in org.apache.activemq.artemis.ra
Classes in org.apache.activemq.artemis.ra that implement TopicSessionModifier and TypeClassDescriptionclassMethods in org.apache.activemq.artemis.ra that return TopicSessionModifier and TypeMethodDescriptionActiveMQRASessionFactoryImpl.createTopicSession(boolean transacted, int acknowledgeMode) Creates aTopicSessionobject.ActiveMQRASession.getTopicSession()Gets the topic session associated with thisXATopicSession.