i want to pass environment variables (O/S environment variables) to camel
routes. something like,

 <route id="route1" prop:autoStartup="{{env.shoudIStart}}" />

similar to how the values are set for configuring properties location:
location=file:${env:APP_HOME}/etc/foo.properties

but, since that doesnt work. i thought of using spring systemEnvironment to
get the value:
#{systemEnvironment['shouldIStart']}  like
{{systemEnvironment['shouldIStart']}}
but it looks like the syntax {{}} is only configured with ${} and not #{}

is there another way to pass the env variables to routes



--
View this message in context: 
http://camel.465427.n5.nabble.com/How-to-get-Spring-System-Environment-variables-in-camel-properties-tp5759281.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to