*/
public void capacityChanged(CapacityMonitorEvent event) {
//only send to producers
for (Iterator i = producerInfos.values().iterator(); i.hasNext();) {
BrokerClient client = (BrokerClient) i.next();
client.updateBrokerCapacity(event.getCapacity());
}
}
/**
* Causes a clean shutdown of the container when the VM is being shut down