[rabbitmq-discuss] Help defining appropriate queue model

Michael Bridgen mikeb at rabbitmq.com
Thu Mar 3 01:02:42 GMT 2011


>>> [..] IIRC the guys at Rabbit HQ did
>>> some work on an exchange which persists the last update to a
>>> topic - what became of that? This would fit the problem
>>> definition quite well, I think.

The rabbitmq-lvc-plugin gives you an exchange type that acts like a 
direct exchange; but when you bind a queue, the queue gets the most 
recent message for the binding key given before being routed new messages.

http://github.com/squaremo/rabbitmq-lvc-plugin


Michael


More information about the rabbitmq-discuss mailing list