Hi Gert,
First check: have you enabled schedulerSupport="true" in your broker config?
For a worked example of using AMQ_SCHEDULED_DELAY see here:
https://github.com/tarka/Camel-Async-Test/tree/amq-delay-header
It uses XML configuration rather than Java but should be easily portable.
Cheers,
case of a crash.
>
> Also the JMS consumer doesn't support the async routing engine in InOnly mode
> http://camel.apache.org/asynchronous-routing-engine.html
>
> Which you need in your example. There is a ticket to improve this.
> https://issues.apache.org/jira/browse/CAMEL-36
Hi,
All the documentation I've read (on the site and the book) implies
that if I enable asyncDelayedRedelivery on a queue's error handler the
queue should continue to deliver messages while there are retries
pending. However I cannot get Camel to produce this behaviour.
To test this I've produce