Hi everyone, I've upgraded from Camel 1.6 to Camel 2.1 and everything goes OK (after some minor changes) except for one thing: on Camel 1.6 I had a splitter declared with a ThreadPoolExecutor to limit the parallel processing to a number of threads. On Camel 2.1, the splitter method has been changed to split() and I don't have the option of specifying a ThreadPoolExecutor. I've tried using threads(10) after the parallelProcessing, but it doesn't seem to work.
I guess if it has been removed from Camel 1.6 it must be because there exists a better way to do this in Camel 2.1. Would someone be kind enough to point it out to me? Thanks in advance. Sebastian Gomez.
