Uses of Interface
jakarta.jms.XATopicSession
-
Packages that use XATopicSession 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 XATopicSession in jakarta.jms
Methods in jakarta.jms that return XATopicSession Modifier and Type Method Description XATopicSessionXATopicConnection. createXATopicSession()Creates anXATopicSessionobject. -
Uses of XATopicSession in org.apache.activemq.artemis.jms.client
Classes in org.apache.activemq.artemis.jms.client that implement XATopicSession Modifier and Type Class Description classActiveMQXASessionMethods in org.apache.activemq.artemis.jms.client that return XATopicSession Modifier and Type Method Description XATopicSessionActiveMQXAConnection. createXATopicSession()
-