createXAConnection

 

public XAConnection createXAConnection() throws JMSException;

Creates an XA connection with the default user identity. The connection is created in stopped mode. No messages are delivered until the XAConnection.start method is called explicitly.

Returns

  • a newly created XA connection.

Exceptions

  • JMSException - if JMS Provider fails to create XAConnection due to some internal error.

  • JMSSecurityException - if client authentication fails due to invalid user name or password.


uj30890_