Hi

See the info box on the top of this page
http://camel.apache.org/using-propertyplaceholder.html

On Wed, Nov 19, 2014 at 3:31 AM, harmohan.singh
<harmohan.si...@news.com.au> wrote:
> 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.



-- 
Claus Ibsen
-----------------
Red Hat, Inc.
Email: cib...@redhat.com
Twitter: davsclaus
Blog: http://davsclaus.com
Author of Camel in Action: http://www.manning.com/ibsen
hawtio: http://hawt.io/
fabric8: http://fabric8.io/

Reply via email to