public void AddProducer(MessageProducer producer) { if (!this.closing) { this.producers[producer.ProducerId] = producer; } }