MQXAConnectionFactory

 

public class MQXAConnectionFactory
extends MQConnectionFactory
implements XAConnectionFactory

java.lang.Object
   |
   +----com.ibm.mq.jms.MQConnectionFactory
           |
           +----com.ibm.mq.jms.MQXAConnectionFactory
          

The MQXAConnectionFactory interface is an implementation of XAConnectionFactory interface.

WebSphere MQ JMS exposes its JTS support in the XAConnectionFactory , XAConnection, and XASession classes. These classes are provided for use in a J2EE application server environment.

WebSphere Application Server V5 uses these classes to create and manage a pool of XAConnection and XASession objects. A JMS application does not need to use these classes directly if it is running in this environment.

A JMS application might need to use the XAConnectionFactory class if it is running in a WebSphere Application Server environment with a version of WebSphere Application Server before V5.


uj30850_