Example usage for javax.jms XAQueueSession getQueueSession

List of usage examples for javax.jms XAQueueSession getQueueSession

Introduction

In this page you can find the example usage for javax.jms XAQueueSession getQueueSession.

Prototype


QueueSession getQueueSession() throws JMSException;

Source Link

Document

Gets the queue session associated with this XAQueueSession .

Usage

From source file:org.mule.transport.jms.xa.SessionInvocationHandler.java

public SessionInvocationHandler(XAQueueSession xaSession, Boolean sameRMOverrideValue) throws JMSException {
    this(xaSession, xaSession.getQueueSession(), sameRMOverrideValue);
}