MQXATopicSession

public class MQXATopicSession
extends MQXASession
implements XATopicSession
java.lang.Object
   |
   +----com.ibm.mq.jms.MQSession
           |
           +----com.ibm.mq.jms.MQXASession
                   |
                   +----com.ibm.mq.jms.MQXATopicSession
          

An MQXATopicSession provides an MQTopicSession , which you can use to create MQTopicSubscribers and MQTopicPublishers.

The XAResource that corresponds to the TopicSession can be obtained by calling the getXAResource() method, which is inherited from XASession.

Methods

getTopicSession

public TopicSession getTopicSession() throws JMSException;

Gets the topic session associated with this XATopicSession.

Returns
Exceptions