Hi folks!
I have a scenario like this:
A BIG, BIG file, that has a lot of items to be processed. These items are very good candidates for parallel processing, but they need to arrive on the final pipeline in the same order of input.
The question: If I set the correlation id and the sequence number, they will be elligible for @Aggregator or <integration:resequencer/>? 'Cause I'm a little bit worried of throwing a Collection of Items that big. (Like in cafeDemo)
Any Ideas?
Cheers!


Reply With Quote
