Multiple routes for same Camel From FTP Endpoint

2012-09-18 Thread raviwithyou
I am trying to create multiple routes to pick up files from a single FTP location. I want these routes to be running independently. But camel doesn't allow creating more than one route for the same FTP location. I believe that camel posed this restriction as there could be a clash of FTP options li

Re: Camel and JBoss

2012-10-09 Thread raviwithyou
Hi, Yes, we did. We created an MBean for managing our configurations and hooked up CamelContext to restart our routes. There are many ways as you said, we tried to wire in CamelContext to our MBean as below in our camel-context.xml. http://camel.apache.org/schema/spring";> ...

Camel - Move specific exchanges ONLY to a different location

2012-10-09 Thread raviwithyou
Hi, We had a scenario where we wanted to move only specific files to a different location (say done using move=done) and keep the remaining exchanges in the same location. This is the strategy we used to remove stale files for our application to Done location, meanwhile the correct files should r