Re: Content Based Router : Java DSL is not working

2015-05-27 Thread Kondalarv
on this. -- View this message in context: http://camel.465427.n5.nabble.com/Content-Based-Router-Java-DSL-is-not-working-tp5767440p5767576.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Content Based Router : Java DSL is not working

2015-05-26 Thread Claus Ibsen
== predicate: {}, predicate); return predicate; } -- View this message in context: http://camel.465427.n5.nabble.com/Content-Based-Router-Java-DSL-is-not-working-tp5767440.html Sent from the Camel - Users mailing list archive at Nabble.com. -- Claus Ibsen

Re: Content Based Router : Java DSL is not working

2015-05-26 Thread Willem Jiang
.465427.n5.nabble.com/Content-Based-Router-Java-DSL-is-not-working-tp5767440.html Sent from the Camel - Users mailing list archive at Nabble.com.

Content Based Router : Java DSL is not working

2015-05-25 Thread Kondalarv
in context: http://camel.465427.n5.nabble.com/Content-Based-Router-Java-DSL-is-not-working-tp5767440.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Content Based Router : Java DSL is not working

2015-05-25 Thread yogu13
).toString())) .to(direct:process) .otherwise() .to(direct:processOtherwise) place the logic in respective direct endpoints. -- View this message in context: http://camel.465427.n5.nabble.com/Content-Based-Router-Java-DSL