[rabbitmq-discuss] Schedule Messages

Doug Barth dougbarth at gmail.com
Mon Sep 27 17:51:13 BST 2010


We needed similar functionality. The way we implemented it was to
create a service queue that takes a message and headers to indicate
the target queue and when to deliver it. Messages are either delivered
immediately because their delivery window has past, or they are queued
to a beanstalk server with a delay. The beanstalk server will send the
message back to our process after the delay time is up, which then
delivers the queue to its target queue.


More information about the rabbitmq-discuss mailing list