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
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";>
...
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