[rabbitmq-discuss] RabbitMQ 3.0.0 released

Simon MacMullen simon at rabbitmq.com
Mon Nov 19 15:01:41 GMT 2012


On 19/11/12 13:50, Gerolf Seitz wrote:
> Congratulations. A lot of awesome features in that release (especially
> per-message TTL).

Thanks!

> I have 2 questions though:
>
>  >> 23896 remove support for AMQP's "immediate" publish mode
> I assume that's because it doesn't play well in a clustered environment?
> It's a shame though, as we make use of that quite heavily in certain
> parts of one of our applications.

It was problematic in clustering, but it also generally added quite a 
lot of complexity to the information flow within the broker, to little end.

You may find that publishing with TTL 0 to be a good substitute.

>  >> 25193 expose count of non-blocked consumers as a queue info item
> Does this only affect the statistics/management plugin? Or is this now
> the number that is returned in the declare-ok response message
> (1.7.2.2.3. Parameter queue.declare­ok.consumer­count)?

This has *always* been the number returned in declare-ok. But previously 
this number was not exposed in ctl/mgmt, they only told you the total 
number of consumers. Now they tell you both.

Cheers, Simon


-- 
Simon MacMullen
RabbitMQ, VMware


More information about the rabbitmq-discuss mailing list