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 Sent from the Camel - Users mailing list archive at Nabble.com.
