AiravataUtils.setExecutionAsServer();
Boolean inited = (Boolean) configContext.getProperty(WsmgCommonConstants.BROKER_INITED);
if (inited == null || inited == false) {
log.info("Starting Message Broker...");
Axis2Utils.overrideAddressingPhaseHander(configContext, new PublishedMessageHandler());
WsmgConfigurationContext brokerConext = initConfigurations(configContext, axisService);
initQueue(brokerConext);
initDeliveryMethod(brokerConext.getConfigurationManager());
inited = true;