[HEADS UP] - Graceful shutdown from standalone Camel via camel-main

2020-07-28 Thread Claus Ibsen
Just a heads up that the shutdown of camel when using camel-main was flawed in 3.x. I just pushed fixes https://issues.apache.org/jira/browse/CAMEL-15343 so when SIGTERM then we know does allow camel context to complete its graceful shutdown this can happen when you only have daemon threads so the

Delayed Retry over several days

2020-07-28 Thread Michael Rambichler
Dear Camel Specialists, i am looking for the best option for the following use case: We have a lot of big messages (100 MB- 1GB) in one flow. How can we implement a retry mechanism that tries to retry over several days. *But without blocking* the other messages in the JMS (Artemis). Are there an