Uses of Interface
javax.jms.QueueSession
-
-
Uses of QueueSession in javax.jms
Fields in javax.jms declared as QueueSession Modifier and Type Field Description private QueueSessionQueueRequestor. queueSessionMethods in javax.jms that return QueueSession Modifier and Type Method Description QueueSessionQueueConnection. createQueueSession(boolean transacted, int acknowledgeMode)Creates aQueueSessionobject.QueueSessionXAQueueConnection. createQueueSession(boolean transacted, int acknowledgeMode)Creates anXAQueueSessionobject.QueueSessionXAQueueSession. getQueueSession()Gets the queue session associated with thisXAQueueSession.Constructors in javax.jms with parameters of type QueueSession Constructor Description QueueRequestor(QueueSession session, Queue queue)
-