private static StratosConfiguration stratosConfiguration;
protected void activate(ComponentContext context) {
try {
BundleContext bundleContext = context.getBundleContext();
throttlingAgent = new ThrottlingAgent(bundleContext);
throttlingAgent.setConfigurationContextService(contextService);
throttlingAgent.setRealmService(realmService);
throttlingAgent.setRegistryService(registryService);
throttlingAgent.setStratosConfiguration(stratosConfiguration);