Uses of Interface
jakarta.jms.XASession
-
Packages that use XASession 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 XASession in jakarta.jms
Subinterfaces of XASession in jakarta.jms Modifier and Type Interface Description interfaceXAQueueSessionAnXAQueueSessionprovides a regularQueueSession, which can be used to createQueueReceiver,QueueSender, andQueueBrowserobjects (optional).interfaceXATopicSessionAnXATopicSessionprovides a regularTopicSession.Methods in jakarta.jms that return XASession Modifier and Type Method Description XASessionXAConnection. createXASession()Creates anXASessionobject. -
Uses of XASession in org.apache.activemq.artemis.jms.client
Classes in org.apache.activemq.artemis.jms.client that implement XASession Modifier and Type Class Description classActiveMQXASessionMethods in org.apache.activemq.artemis.jms.client that return XASession Modifier and Type Method Description XASessionActiveMQXAConnection. createXASession()
-