MQXATopicConnectionFactory

public class MQXATopicConnectionFactory
extends MQTopicConnectionFactory
implements XATopicConnectionFactory
java.lang.Object
   |
   +----com.ibm.mq.jms.MQConnectionFactory
           |
           +----com.ibm.mq.jms.MQTopicConnectionFactory
                   |
                   +----com.ibm.mq.jms.MQXATopicConnectionFactory
          

An MQXATopicConnectionFactory provides the same creation options as MQTopicConnectionFactory.

Constructors

MQXATopicConnectionFactory

public MQXATopicConnectionFactory();

Default constructor.

Methods

createXATopicConnection

public XATopicConnection createXATopicConnection() throws JMSException;

Creates an XA topic connection with the default user identity.

Returns
Exceptions

createXATopicConnection

public XATopicConnection createXATopicConnection(String userName, 
                                                 String password) 
              throws JMSException;

Creates an XA topic connection using the specified user identity. The connection is created in stopped mode. No messages are delivered until the Connection.start() method is called explicitly.

Parameters
Returns
Exceptions