Uses of Interface
jakarta.jms.XASession
-
-
Uses of XASession in jakarta.jms
Subinterfaces of XASession in jakarta.jms Modifier and Type Interface Description interface
XAQueueSession
AnXAQueueSession
provides a regularQueueSession
, which can be used to createQueueReceiver
,QueueSender
, andQueueBrowser
objects (optional).interface
XATopicSession
AnXATopicSession
provides a regularTopicSession
.Methods in jakarta.jms that return XASession Modifier and Type Method Description XASession
XAConnection. createXASession()
Creates anXASession
object.
-