Hi Christian, I think the problem was with my file sizes. When i started splitting the files into smaller chunks before feeding to the queues, i started seeing the concurrent execution.
This started me thinking: is it possible for the file component to start processing several files at the same time. I think that, in my setup, it processes one file then goes on to the next one. This is quite a hold up when the files are big. Kind Regards On Apr 13, 2013 2:00 AM, "Christian Müller" <christian.muel...@gmail.com> wrote: > The camel routes are executed concurrently. > > Best, > Christian > > Sent from a mobile device > Am 12.04.2013 15:21 schrieb "Okello Nelson" <cn.oke...@gmail.com>: > > > Hi Guys, > > > > I'm currently working on a project in which I have several routes. To > > improve throughput, I'd like to have all the routes executing > concurrently. > > What I've observed so far is that when one route is executing, the others > > do not. > > > > Each route is composed of File, JMS, and JPA endpoints, with possible > > additional endpoints later. > > > > Any ideas on how I can implement this will be appreciated very much. > > > > Kind Regards, > > Okello Nelson. > > >