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.
public MQXATopicConnectionFactory();
Default constructor.
public XATopicConnection createXATopicConnection() throws JMSException;
Creates an XA topic connection with the default user identity.
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.
Notices |
Downloads |
Library |
Support |
Feedback
![]() ![]() |
csqzaw13113 |