MQXATopicSession
public class MQXATopicSession
extends MQXASession
implements XATopicSessionjava.lang.Object | +----com.ibm.mq.jms.MQSession | +----com.ibm.mq.jms.MQXASession | +----com.ibm.mq.jms.MQXATopicSession
An MQXATopicSession provides an MQTopicSession , which we 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.
uj31230_