Uses of Interface
jakarta.jms.QueueSession
-
Uses of QueueSession in jakarta.jms
Fields in jakarta.jms declared as QueueSessionMethods in jakarta.jms that return QueueSessionModifier and TypeMethodDescriptionQueueConnection.createQueueSession(boolean transacted, int acknowledgeMode) Creates aQueueSessionobject, specifyingtransactedandacknowledgeMode.XAQueueConnection.createQueueSession(boolean transacted, int acknowledgeMode) Creates aQueueSessionobject.XAQueueSession.getQueueSession()Gets the queue session associated with thisXAQueueSession.Constructors in jakarta.jms with parameters of type QueueSessionModifierConstructorDescriptionQueueRequestor(QueueSession session, Queue queue) Constructor for theQueueRequestorclass.