Opps, I think the answer was staring me right in the face in the documentation.
FTP Consumer does not support concurrency The FTP consumer (with the same endpoint) does not support concurrency (the backing FTP client is not thread safe). You can use multiple FTP consumers to poll from different endpoints. It is only a single endpoint that does not support concurrent consumers. The FTP producer does not have this issue, it supports concurrency. In the future we will add consumer pooling to Camel to allow this consumer to support concurrency as well. -- View this message in context: http://camel.465427.n5.nabble.com/is-FTP2-asynchrounus-tp3261083p3261140.html Sent from the Camel - Users mailing list archive at Nabble.com.
