Our project is using Apache Camel, with FuseESB and we are also utilizing Spring. Right now we have a handful of property files that we define when we build the project (with Maven).
We want to move the property files to an external file that will be on each system (dev/qa/prod) and use that as the property file.
I'm trying to figure out how I am going to do this. There is more of course but this is relevant to the question I believe. I was looking at the Camel documentation but I'm still a little bit confused on how to go about this.
I was looking at this post at the question, and it seemed that I want to use that type of configuration but in my Spring xml file.
I just need some general guidance with this, Thanks!