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