Thanks a lot.
It works!
Luis
--
View this message in context:
http://camel.465427.n5.nabble.com/Camel-message-router-tp5738769p5738835.html
Sent from the Camel - Users mailing list archive at Nabble.com.
OK, thanks for your answer. How would you code this using spring xml?
Luis
--
View this message in context:
http://camel.465427.n5.nabble.com/Camel-message-router-tp5738769p5738789.html
Sent from the Camel - Users mailing list archive at Nabble.com.
We are developing an application which uses active mqueue and apache camel as
router. This application is getting .html files as input (this files are NOT
xml compliant). Depending on the prefix of the filename I have to route the
file to different process. Actually the pattern "message router" /
http://www.springframework.org/schema/beans";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xmlns:context="http://www.springframework.org/schema/context";
xmlns:amq="http://activemq.apache.org/schema/core";
xmlns:camel="http://camel.apache.org/schema/spring";
xmlns