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.