On 3/9/07, LiXiao2007 <[EMAIL PROTECTED]> wrote:
Does Activemq have the capability of delaying the delivery of the messages.

We don't yet support arbitrary delayed message delivery...
http://issues.apache.org/activemq/browse/AMQ-499

Here is something we would like to do in our retry logic.

Get a message from queue and talk to the backend.
If there is an error from the backend, post a retry  message back to the
queue.

But we would like the message server delay the delivery of the message to
the subscriber so we give the backend sometime to recover.

Sounds like you need to use the RedeliveryPolicy...
http://cwiki.apache.org/ACTIVEMQ/redelivery-policy.html


--

James
-------
http://radio.weblogs.com/0112098/

Reply via email to