On Tue, Jan 26, 2010 at 5:46 PM, titexe <[email protected]> wrote: > > Hello, > > how I can recover the value of the variable%ACTIVEMQ_HOME% in my route > camel? >
This is not specific to Camel. Try googling for how to get environment variables in Java. I think its just a java.lang.System.getenv() or something like that. > Thank you in advance > > best regards, > > titexe > -- > View this message in context: > http://old.nabble.com/Recover-value-of-variable-in-camel-tp27325821p27325821.html > Sent from the Camel - Users mailing list archive at Nabble.com. > > -- Claus Ibsen Apache Camel Committer Author of Camel in Action: http://www.manning.com/ibsen/ Open Source Integration: http://fusesource.com Blog: http://davsclaus.blogspot.com/ Twitter: http://twitter.com/davsclaus
