Hi Christian, We are proving an implementation for ThreadPoolFactory using the Spring WorkManagerTaskExecutor like this: WorkManagerTaskExecutor taskExecutor = new WorkManagerTaskExecutor(); taskExecutor.setWorkManager(getWorkManager()); taskExecutor.setWorkListener(getWorkListener()); ExecutorServiceAdapter executorServiceAdapter = new ExecutorServiceAdapter(taskExecutor);
This is working fine for newThreadPool which returns an ExecutorService. I am not sure, what should be the implementation for newScheduledThreadPool method which returns ScheduledExecutorService, since I do not see an implementation of ScheduledExecutorService in SPring 3.0.4. BTW, we are using WebSphere7.1 and Camel2.9 and Spring3.0.4 Thanks, AChalam -- View this message in context: http://camel.465427.n5.nabble.com/Thread-pool-for-Camelcontext-tp470625p5724431.html Sent from the Camel - Users mailing list archive at Nabble.com.