As I found out there are two main places where users can put their <route>
commands (under ActiveMQ):
Into:

conf/camel.xml
or
webapps/camel/WEB-INF/applicationContext.xml

The latter seems to overwrite/overload the first one.

Does that mean that if applicationContext.xml exists the content of
conf/camel.xml
is COMPLETELY ignored? Or are only those ambigous route directions in
camel.xml overwritten
for which an additional route command in applicationContext.xml exist?

Are there any other considerations when deciding where to put the <route>
commands?

Ben
-- 
View this message in context: 
http://camel.465427.n5.nabble.com/Where-to-put-route-commands-Into-conf-camel-xml-or-webapps-camel-WEB-INF-applicationContext-xml-tp510700p510700.html
Sent from the Camel - Users (activemq) mailing list archive at Nabble.com.

Reply via email to