[
https://issues.apache.org/jira/browse/CAMEL-14737?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17102494#comment-17102494
]
Nicolas Gillet commented on CAMEL-14737:
----------------------------------------
Awesome Thanks !
> Spring-boot closes datasource before the last inflight messages are processed
> -----------------------------------------------------------------------------
>
> Key: CAMEL-14737
> URL: https://issues.apache.org/jira/browse/CAMEL-14737
> Project: Camel
> Issue Type: Bug
> Components: camel-spring-boot, camel-sql
> Affects Versions: 3.0.1, 3.1.0
> Environment: Windows 10 x64
> adopt open jdk 11
> spring-boot 2.2.5-RELEASE
> postgresql 12
> Reporter: Nicolas Gillet
> Assignee: Claus Ibsen
> Priority: Minor
> Fix For: 3.3.0
>
>
> As reported on Stack Overflow
> ([https://stackoverflow.com/questions/60654265/springboot-camel-datasource-already-closed-on-graceful-shutdown])
> I created a simple spring-boot application that fetches logs (camel-ftp)
> extract some data line by line and insert them in a database (camel-sql).
> When I stop the application (gracefully) spring shortly closes the datasource
> but there is still an inflight exchange and I get "datasource already closed"
> errors.
>
> I was looking for a way to tell spring to not close the datasource until all
> inflight exchanges are processed (or timed out ?)
--
This message was sent by Atlassian Jira
(v8.3.4#803005)