Hello, I'd like to develop a route which would fetch the list of files from FTP and then send file names to a queue, from where multiple hosts and threads would download each file using pollEnrich and move it to a done folder.
The documentation states the ftp consumer is not thread safe. Does it mean I can't to it the way I want? The first implementation seems to work, only moving of files fails. But I'm worriead about thread safety more Thanks in advance! -- View this message in context: http://camel.465427.n5.nabble.com/FTP-concurent-file-downloads-tp5776447.html Sent from the Camel - Users mailing list archive at Nabble.com.
