On http://camel.apache.org/configuring-camel.html I can see that Camel 2.3 supports importing routes from seperate XML-files.
I would like to be able to do a generic route that should be configurable for 3 different message types. I imagine doing 3 different CamelContext in which I import the same route and the configure it based on a properties file. Is this possible? So I use the same propertynames in the generic route but based on which CamelContext in which the route is loaded it uses the properties in that context? -- View this message in context: http://old.nabble.com/Routeconfiguration-using-Spring-imports.-tp28605933p28605933.html Sent from the Camel - Users mailing list archive at Nabble.com.
