问题 I was trwing to construct a synchronous route with timeout using Apache Camel, and I couldn't find anything in the framework with resolve it. So I decided to build a process with make it for me. public class TimeOutProcessor implements Processor { private String route; private Integer timeout; public TimeOutProcessor(String route, Integer timeout) { this.route = route; this.timeout = timeout; } @Override public void process(Exchange exchange) throws Exception { ExecutorService executor =