this.clientIds = new ConcurrentHashMap();
this.consumerInfos = new ConcurrentHashMap();
this.producerInfos = new ConcurrentHashMap();
this.transportConnectors = new CopyOnWriteArrayList();
this.networkConnectors = new CopyOnWriteArrayList();
this.remoteClientIds = new CopyOnWriteArraySet();
this.broker.addCapacityEventListener(this);
// lets register ourselves with the context
context.registerContainer(broker.getBrokerName(), this);
//register ourselves for vm:// transports