[rabbitmq-discuss] Help defining appropriate queue model

Fabio Margarido fabiomargarido at gmail.com
Thu Mar 3 11:06:53 GMT 2011


On Wed, Mar 2, 2011 at 18:35, yoav glazner <yoavglazner at gmail.com> wrote:
> you can make one queue named - conifg_data
> and always call basic_reject() on new config messages (with newer versions
> or such...)
> on old config messages call basic_ack and they will be gone...
> don't forget to make the queue durable and the messages persistent if that
> is needed.

Thanks for the suggestion, Yoav. I'd rather have a more elegant
solution, but I'll keep this in mind and give it a try if nothing else
works as desired.


More information about the rabbitmq-discuss mailing list