Re: Conditional routing and local variables

2013-08-19 Thread Claus Ibsen
graceful? Thanks for any assistance. -- View this message in context: http://camel.465427.n5.nabble.com/Conditional-routing-and-local-variables-tp5737490.html Sent from the Camel - Users mailing list archive at Nabble.com. -- Claus Ibsen - Red Hat, Inc. Email: cib

Re: Conditional routing and local variables

2013-08-19 Thread Pontus Ullgren
On Mon, Aug 19, 2013 at 10:41 PM, peacock.snowdrift mark.har...@arcinnovations.co.nz wrote: Claus Ibsen-2 wrote A good idea is to check the docs http://camel.apache.org/predicate.html For example you can use the front page of Apache Camel http://camel.apache.org/ And type in

Re: Conditional routing and local variables

2013-08-19 Thread peacock.snowdrift
pontus.ullgren wrote from(uri) ... stuff here... .to(destination) .choice() .when(constant(localVar).isEqualTo(value)).to(additionalDestination); Thank you. -- View this message in context: http://camel.465427.n5.nabble.com/Conditional-routing-and-local-variables-tp5737490p5737542.html

Re: Conditional routing and local variables

2013-08-18 Thread Willem jiang
-routing-and-local-variables-tp5737490.html Sent from the Camel - Users mailing list archive at Nabble.com (http://Nabble.com).