Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.16.5, 2.17.5, 2.18.2, 2.19.0
-
None
-
Unknown
Description
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.
Attachments
Issue Links
- is related to
-
CAMEL-9431 camel-spring-boot - TypeConverter autoconfiguration leads to invalid shutdown sequence
- Resolved
- links to