hi ,
i need to implements routing with logic. i will get the request , processing the request should read from different APIs (external API) to make a new request for the endpoint. for example : process (){ S1 = consume API1 s2 = consume API2 s3= consume API3 newRequest.setS1(s1) newRequest.setS2(s2) newRequest.setS3(s3) exchange.getIn().setBody(newRequest) } what is the best way to implements? -- View this message in context: http://camel.465427.n5.nabble.com/Routing-question-tp5782945.html Sent from the Camel - Users mailing list archive at Nabble.com.