Questions tagged [apache-camel-file]
2 questions
0
votes
1 answer
Setting a custom processStrategy in the Spring Camel file component throws Could not find a suitable setter for property: processStrategy
I'm trying to set a custom processStrategy in Camel 2.23.2. I've tried several ways to reference it from the processStrategy uri parameter, but I always get this exception:
Caused by: java.lang.IllegalArgumentException: Could not find a suitable…

codependent
- 23,193
- 31
- 166
- 308
0
votes
1 answer
How to say Camel file route to wait for another file route that is slow?
I have a route that moves files to the destination directory. The route works this way - it does preMove to the processing folder, and when all is okay, it moves the file to the .done directory.
If the route fails, I have a list of all files that…

Dmytro Chasovskyi
- 3,209
- 4
- 40
- 82