Uses of Interface
jakarta.jms.TopicSession
-
Packages that use TopicSession 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 TopicSession in jakarta.jms
Methods in jakarta.jms that return TopicSession Modifier and Type Method Description TopicSessionTopicConnection. createTopicSession(boolean transacted, int acknowledgeMode)Creates aTopicSessionobject, specifyingtransactedandacknowledgeMode.TopicSessionXATopicConnection. createTopicSession(boolean transacted, int acknowledgeMode)Creates aTopicSessionobject.TopicSessionXATopicSession. getTopicSession()Gets the topic session associated with thisXATopicSession.Constructors in jakarta.jms with parameters of type TopicSession Constructor Description TopicRequestor(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 TopicSession Modifier and Type Class Description classActiveMQSessionActiveMQ Artemis implementation of a JMS Session.classActiveMQXASessionMethods in org.apache.activemq.artemis.jms.client that return TopicSession Modifier and Type Method Description TopicSessionActiveMQConnection. createTopicSession(boolean transacted, int acknowledgeMode)TopicSessionActiveMQSession. getTopicSession()
-