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 any best practises you can share with us?

Flow:
from(Source (File)).to(jms)

from(jms).process(some data conversion with possible retryable errors)
to(jms)

from(jms).to(file//target)

Thanks in advance.
 Michael

Reply via email to