this.password = thePassword;
this.clientIdGenerator = new IdGenerator();
this.packetIdGenerator = new IdGenerator();
this.consumerIdGenerator = new IdGenerator();
this.sessionIdGenerator = new IdGenerator();
this.consumerNumberGenerator = new SynchronizedInt(0);
this.sessions = new CopyOnWriteArrayList();
this.messageDispatchers = new CopyOnWriteArrayList();
this.connectionConsumers = new CopyOnWriteArrayList();
this.connectionMetaData = new ActiveMQConnectionMetaData();
this.closed = new SynchronizedBoolean(false);