CamelContext context = super.createCamelContext();
context.addService(new MyService("A", false));
context.addService(new MyService("B", true));
context.addService(new MyService("C", false));
context.getManagementStrategy().addEventNotifier(new EventNotifierSupport() {
public void notify(EventObject event) throws Exception {
events.add(event);
}
public boolean isEnabled(EventObject event) {