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&amp;password=ftpuser&amp;delay=30000&amp;delete=false&amp;idempotent=true&amp;include=.*.gz&amp;stepwise=false&amp;consumer.maxMessagesPerPoll=5&amp;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.

Reply via email to