* @param context
*/
protected void activate(ComponentContext context) {
try {
BrokerManagerService brokerProxyService =
BrokerManagerServiceBuilder.createBrokerManagerService();
context.getBundleContext().registerService(BrokerManagerService.class.getName(),
brokerProxyService, null);
registerAxis2ConfigurationContextObserver(context);
log.info("Successfully deployed the broker manager service");