Uses of Interface
javax.jms.QueueSession
-
Uses of QueueSession in javax.jms
Fields in javax.jms declared as QueueSessionMethods in javax.jms that return QueueSessionModifier 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
.Constructors in javax.jms with parameters of type QueueSessionModifierConstructorDescriptionQueueRequestor
(QueueSession session, Queue queue) Constructor for theQueueRequestor
class.