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