Modifier and Type | Method and Description |
---|---|
QueueSession |
QueueConnection.createQueueSession(boolean transacted,
int acknowledgeMode)
Creates a
QueueSession object, specifying transacted and acknowledgeMode . |
QueueSession |
XAQueueConnection.createQueueSession(boolean transacted,
int acknowledgeMode)
Creates a
QueueSession object. |
QueueSession |
XAQueueSession.getQueueSession()
Gets the queue session associated with this
XAQueueSession . |
Constructor and Description |
---|
QueueRequestor(QueueSession session,
Queue queue)
Constructor for the
QueueRequestor class. |
Comments to: jms-dev@eclipse.org.
Copyright © 2018, 2020 Eclipse Foundation. All rights reserved.
Use is subject to license terms.