Re: Returning response from external webservice using dynamicRouter

2016-05-31 Thread maskellp
Should I return null from the route method? The returned success xml from the redirected server is in the Exchange body, how can I return this as if the client had called the redirected server directly? -- View this message in context: http://camel.465427.n5.nabble.com/Returning-response-from

Returning response from external webservice using dynamicRouter

2016-05-25 Thread maskellp
Hi, I am new to Camel so please allow for Newbie issues. I have a Camel Route in java as follows : public void configure() throws Exception { from("servlet:routeTest") .to("log:input") .to("activemq:queue:inbox"); from("activemq:queue:inbox")