Uses of Interface
jakarta.jms.QueueSession
-
Packages that use QueueSession 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. -
-
Uses of QueueSession in jakarta.jms
Methods in jakarta.jms that return QueueSession Modifier and Type Method Description QueueSession
QueueConnection. createQueueSession(boolean transacted, int acknowledgeMode)
Creates aQueueSession
object, specifyingtransacted
andacknowledgeMode
.QueueSession
XAQueueConnection. createQueueSession(boolean transacted, int acknowledgeMode)
Creates aQueueSession
object.QueueSession
XAQueueSession. getQueueSession()
Gets the queue session associated with thisXAQueueSession
.Constructors in jakarta.jms with parameters of type QueueSession Constructor Description QueueRequestor(QueueSession session, Queue queue)
Constructor for theQueueRequestor
class.
-