Zoran Regvart created CAMEL-11008:
-------------------------------------
Summary: Consumer/Producer templates are not stopped when
auto-configured in Spring Boot
Key: CAMEL-11008
URL: https://issues.apache.org/jira/browse/CAMEL-11008
Project: Camel
Issue Type: Bug
Components: camel-spring-boot
Affects Versions: 2.19.0
Reporter: Zoran Regvart
Assignee: Zoran Regvart
Consumer/Producer templates created in {{CamelAutoConfiguration}} as Spring
beans are, contrary to the comment on the {{@Bean}} methods, not managed by
Camel, the {{DefaultCamelContext}} in {{createProducerTemplate}} and
{{createConsumerTemplate}} methods starts the returned templates but does not
hold references to them and thus cannot stop them on shutdown.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)