Uses of Interface
jakarta.jms.QueueSession
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 QueueSession in jakarta.jms
Modifier and TypeMethodDescriptionQueueConnection.createQueueSession
(boolean transacted, int acknowledgeMode) Creates aQueueSession
object, specifyingtransacted
andacknowledgeMode
.XAQueueConnection.createQueueSession
(boolean transacted, int acknowledgeMode) Creates aQueueSession
object.XAQueueSession.getQueueSession()
Gets the queue session associated with thisXAQueueSession
.ModifierConstructorDescriptionQueueRequestor
(QueueSession session, Queue queue) Constructor for theQueueRequestor
class.