createXAQueueConnection

 

public XAQueueConnection createXAQueueConnection(String userName, 
                                                 String password) 
              throws JMSException;

Creates an XA Queue connection with specified user identity.

Parameters

  • userName - the caller's user name

  • password - the caller's password

Returns

  • a newly created XA Queue connection.

Exceptions

  • JMSException - if JMS Provider fails to create an XA queue connection due to an internal error.

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


uj30990_