RoutingBuilder routingBuilder = new RoutingBuilder();
routingBuilder.parallel(routingConfiguration.parallel());
routingBuilder.setMaxNoNewInfo(routingConfiguration.maxNoNewInfo(0));
routingBuilder.maxDirectHits(routingConfiguration.maxDirectHits());
routingBuilder.maxFailures(routingConfiguration.maxFailures());
routingBuilder.maxSuccess(routingConfiguration.maxSuccess());
return routingBuilder;
}
/**
* @return Set to true if the message should be signed. For protecting an entry, this needs to be set to true.