//Xmon xmStart = new Xmon(LifeStatus.Start, ExchangeType.Send, OrchestratorAbbreviatedStateDuccEvent.class);
//Xmon xmEnded = new Xmon(LifeStatus.Ended, ExchangeType.Send, OrchestratorAbbreviatedStateDuccEvent.class);
//Xmon xmError = new Xmon(LifeStatus.Error, ExchangeType.Send, OrchestratorAbbreviatedStateDuccEvent.class);
//onException(Exception.class).handled(true).process(xmError);
String route = "AbbreviatedStatePost";
ORTracer ort1 = new ORTracer(route+":error");
ORTracer ort2 = new ORTracer(route+":begin");
ORTracer ort3 = new ORTracer(route+":done:orchestratorp");
ORTracer ort4 = new ORTracer(route+":done:to");
final Predicate blastFilter = new DuccBlastGuardPredicate(duccLogger);
onException(Exception.class).handled(true).process(ort1);
from("timer:orchestratorAbbreviatedStateDumpTimer?fixedRate=true&period=" + statePublishRate)