List of usage examples for javax.jms XAQueueSession getQueueSession
QueueSession getQueueSession() throws JMSException;
From source file:org.mule.transport.jms.xa.SessionInvocationHandler.java
public SessionInvocationHandler(XAQueueSession xaSession, Boolean sameRMOverrideValue) throws JMSException { this(xaSession, xaSession.getQueueSession(), sameRMOverrideValue); }