Hi, I would like to use an synchronous queueing mechanism, where the processing (posting to an HTTP endpoint) is retried muliple times on failure. The retry schedule schould be manageable so the retry timer increments and in the end a warning is provided, much like most email servers work. The queue should work reliably, and be as simple as possible (journal backend, no remoting, no management). The activemq journal component comes close, but I don't know if an endpoint can resubmit failed messages for later processing. Does camel have such a component (or combination of components)?
Regards, Leen Toelen