WebSphere MQ class: MQXAQueueConnection
java.lang.Object
|
+----com.ibm.mq.jms.MQConnection
|
+----com.ibm.mq.jms.MQQueueConnection
|
+----com.ibm.mq.jms.MQXAQueueConnection
|
XAQueueConnection provides the same create options as QueueConnection. The only difference is that, by definition, an XAConnection is transacted. Refer to Appendix E, JMS JTA/XA interface with WebSphere Application Server V4 for details about how WebSphere MQ JMS uses XA classes.
See also: XAConnection and QueueConnection
public QueueSession createQueueSession(boolean transacted,
int acknowledgeMode)
throws JMSException
Create a QueueSession.
This parameter is ignored if the session is transacted.
public XAQueueSession createXAQueueSession()
Create an XAQueueSession.