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