Executor Service - We need SPI for ExecutorServiceResolver
----------------------------------------------------------
Key: CAMEL-1437
URL: https://issues.apache.org/activemq/browse/CAMEL-1437
Project: Apache Camel
Issue Type: New Feature
Affects Versions: 2.0.0
Reporter: Claus Ibsen
Fix For: 2.1.0
A SPI so for ExecutorService so they can setup an hook in their impl of choice,
eg WebSphere WorkManager. Or some of the build in the JDK.
This applies to:
- components (DefaultComponent)
- various processors
Currently this can be done for the component as there is a setExecutorService,
but it should be easier to set a global configuration
For the processor this has to be done individually in the route DSL. It should
also support fetching for the global configuration.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.