Re: Issues with ftp in the 2.11.0 version of camel.

2013-06-06 Thread jhart98169
Downgrading worked, Thanks -- View this message in context: http://camel.465427.n5.nabble.com/Issues-with-ftp-in-the-2-11-0-version-of-camel-tp5733824p5733956.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Issues with ftp in the 2.11.0 version of camel.

2013-06-06 Thread jhart98169
I have approx. 600 files on the ftp server. We actually do need, to support sorting, my example was just a very simple case showing the performance issues. -- View this message in context: http://camel.465427.n5.nabble.com/Issues-with-ftp-in-the-2-11-0-version-of-camel-tp5733824p5733957.html

Issues with ftp in the 2.11.0 version of camel.

2013-06-04 Thread jhart98169
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

CustomAggregation of CSV not completing, don't want to complete using completionTimeout

2011-06-08 Thread jhart98169
I'm having trouble getting a slightly complex split/unmarshal/bean augment/aggregate pipeline to complete as I want it to. It completes with a completionTimeout set, but I want it to complete based on all messages from the batch getting through. Without the completionTimeout it hangs