I\'m fairly new to Camel.
I\'ve been trying to get Camel to fetch a single file via FTP only once, on demand. I couldn\'t get it to work. Here is what I\'ve tried.
So the solution I found is using the scenario #1, but stop and restart the route.
exchange.getContext().stopRoute(routeId); exchange.getContext().startRoute(routeId);