I am having performance issues with the ftp component in the 2.11.0 version of camel.
When I load the camel xml route below in 2.10.4 it downloads the files quickly(5-10 seconds for 5 files), but in the 2.11.0 version it is really slow(minutes for 5 files) <routes xmlns="http://camel.apache.org/schema/spring"> <route id="testftp"> <from uri="ftp://ftp/temp?username=ftpuser&password=ftpuser&delay=30000&delete=false&idempotent=true&include=.*.gz&stepwise=false&consumer.maxMessagesPerPoll=5&eagerMaxMessagesPerPoll=false"/> <to uri="mock:foo" /> </route> </routes> -- View this message in context: http://camel.465427.n5.nabble.com/Issues-with-ftp-in-the-2-11-0-version-of-camel-tp5733824.html Sent from the Camel - Users mailing list archive at Nabble.com.