* @exception IllegalStateException If the server is not listening.
*/
public javax.jms.XAQueueConnection createXAQueueConnection(String name, String password) throws javax.jms.JMSException {
initIdentity(name, password);
return new XAQueueConnection(params, createRequestChannel(params, identity, reliableClass));
}