[rabbitmq-discuss] Queue with message dropping

Emile Joubert emile at rabbitmq.com
Mon Jun 17 11:36:30 BST 2013


On 17/06/13 11:24, Matwey V. Kornilov wrote:

> I don't want to pay attention to obsoleted and unprocessed
> information, which may be still in message queue.
sYou will need to route traffic for each tag to a separate queue and
consumers will need to consume from each queue. Then set the maximum
length of the queue to 1. This will force old messages out of the queue
to make room for new ones. See

http://www.rabbitmq.com/maxlength.html



-Emile






More information about the rabbitmq-discuss mailing list