[ 
https://issues.apache.org/jira/browse/CAMEL-12482?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Zoran Regvart resolved CAMEL-12482.
-----------------------------------
    Resolution: Fixed

Now any Spring bean that implements {{ExecutorServiceManager}} will be used 
instead of {{DefaultExecutorServiceManager. For example}}
{code:java}
@Bean
public ExecutorServiceManager customExecutorServiceManager() {
    return new CustomExecutorServiceManager();
}{code}

> Add support for auto configuring ExecutorServiceManager in Spring Boot
> ----------------------------------------------------------------------
>
>                 Key: CAMEL-12482
>                 URL: https://issues.apache.org/jira/browse/CAMEL-12482
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-spring-boot
>            Reporter: Zoran Regvart
>            Assignee: Zoran Regvart
>            Priority: Major
>             Fix For: 2.22.0
>
>
> We should have parity between Spring XML support and Spring Boot 
> auto-configuration support for {{ExecutorServiceManager}}. Implementations of 
> {{ExecutorServiceManager}} should be picked up automatically if set in the 
> application context during configuration of {{CamelContext}} in 
> {{CamelAutoConfiguration}}.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to