Hi there, I built a route with a servlet-Consumer-Endpoint. from(servlet)....to(direct:a)
Now I need to write a servlet response in a second route. from(direct:a).process(...).exchange.getOut().setBody("abc") However the caller does't receive the response body after calling the servlet route. (Btw. it works when everything is put in a single route. However that doesn't fulfil my requirements.) Any ideas how to achieve that? regards Chris