Hi, I have a question related to a Camel route that uses an injected JVM system property:- <to uri="mqBean:{{queueName}}" />
However if the JVM system properties do not exist, I would like to provide defaults for this in a Spring context. I've read several things related to this and I'm currently using the PropertiesComponent to get the JVM system properties (which works if they exist). Could you confirm the best approach to set default values for 'queueName' in this example in a Spring context? Regards, Justin -- View this message in context: http://camel.465427.n5.nabble.com/Setting-default-values-for-JVM-system-properties-in-Camel-routes-tp5723382.html Sent from the Camel Development mailing list archive at Nabble.com.