Uses of Interface
jakarta.jms.QueueSession
-
-
Uses of QueueSession in jakarta.jms
Fields in jakarta.jms declared as QueueSession Modifier and Type Field Description (package private) QueueSessionQueueRequestor. sessionMethods in jakarta.jms that return QueueSession Modifier and Type Method Description QueueSessionQueueConnection. createQueueSession(boolean transacted, int acknowledgeMode)Creates aQueueSessionobject, specifyingtransactedandacknowledgeMode.QueueSessionXAQueueConnection. createQueueSession(boolean transacted, int acknowledgeMode)Creates aQueueSessionobject.QueueSessionXAQueueSession. 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 theQueueRequestorclass.
-