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