if (_conf.isInitializeEagerly())
_conf.setReadOnly(Configuration.INIT_STATE_FROZEN);
// fire an event for all the broker factory listeners
// registered on the configuration.
_conf.getBrokerFactoryEventManager().fireEvent(
new BrokerFactoryEvent(this,
BrokerFactoryEvent.BROKER_FACTORY_CREATED));
} finally {
unlock();
}
}