Are you getting any memory specific issues which indicate inability of system to create indefinite threads ?
It seems you want to spawn as many threads as possible in order to execute the job faster. Have you tried following option and played around with number of threads in the pool ? [ in the following case it is set to 1000 ) .split().method(MySplitterBean.class,"split").executorService(Executors.newFixedThreadPool(1000)) -- View this message in context: http://camel.465427.n5.nabble.com/Camel-splitter-threadpool-configuration-messages-stuck-in-queue-tp5754194p5754207.html Sent from the Camel - Users mailing list archive at Nabble.com.
