[rabbitmq-discuss] buffering messages and batch processing
Michael Klishin
michael.s.klishin at gmail.com
Wed May 1 21:33:39 BST 2013
2013/5/2 Matthieu Labour <matthieu.labour at gmail.com>
> I was wondering if RabbitMQ does provide this ability natively. On other
> words, it is possible to tell RabbitMQ to deliver messages to the receiver
> when N messages are sitting in the queues and for when messages have been
> sitting in the queue for longer than T.
In a word: no.
The latter may be simulated via TTL and dead-lettering but it may end up
being a more complex solution
than doing this in your consumer.
--
MK
http://github.com/michaelklishin
http://twitter.com/michaelklishin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20130502/2f462315/attachment.htm>
More information about the rabbitmq-discuss
mailing list