I am using Spring 3.1 with Camel 10.1.

I am working to support multiple environments with my camel/spring XML
configuration (using a combination of camel and spring properties and
distinct xml files).  I have a "common.xml" file that holds routes (some are
quite large) that are common between the environments.  In some cases
however there is a slight difference in the route (just a a few extra
"choice" blocks for example).  I'd like to import those choice blocks into
my main common.xml file (similar to using routeContext but for just the
fragment of the route).

Is this possible?  If so, how?  
Thanks!



--
View this message in context: 
http://camel.465427.n5.nabble.com/Import-xml-fragments-of-camel-routes-tp5743369.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to