Re: Howto use delay message brokerage in a Camel Route using AMQ_SCHEDULED_DELAY

2011-04-04 Thread Steve Smith
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,

Re: asyncDelayedRedelivery and JMS queues

2011-02-16 Thread Steve Smith
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

asyncDelayedRedelivery and JMS queues

2011-02-13 Thread Steve Smith
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