Uses of Interface
jakarta.jms.XASession
Package
Description
The Jakarta Messaging API provides a common way for Java programs to create, send, receive and read an enterprise messaging system's messages.
-
Uses of XASession in jakarta.jms
Modifier and TypeInterfaceDescriptioninterface
AnXAQueueSession
provides a regularQueueSession
, which can be used to createQueueReceiver
,QueueSender
, andQueueBrowser
objects (optional).interface
AnXATopicSession
provides a regularTopicSession
.