XAQueueSession
public interface XAQueueSession
extends XASession
WebSphere MQ class: MQXAQueueSession
java.lang.Object | +----com.ibm.mq.jms.MQXASession | +----com.ibm.mq.jms.MQXAQueueSessionAn XAQueueSession provides a regular QueueSession that can be used to create QueueReceivers, QueueSenders, and QueueBrowsers. Refer to Appendix E, JMS JTA/XA interface with WebSphere Application Server V4 for details about how WebSphere MQ JMS uses XA classes.
The XAResource that corresponds to the QueueSession can be obtained by calling the getXAResource method, which is inherited from XASession.
See also: XASession
Methods
- getQueueSession
public QueueSession getQueueSession() throws JMSException
Get the queue session associated with this XAQueueSession.
- Returns:
- The queue session object.
- Throws:
- JMSException if a JMS error occurs.
WebSphere is a trademark of the IBM Corporation in the United States, other countries, or both.
IBM is a trademark of the IBM Corporation in the United States, other countries, or both.