[rabbitmq-discuss] rabbitmq java client keeps pulling data?

Michael Klishin michael at rabbitmq.com
Fri Sep 19 09:23:33 BST 2014


You are reinventing basic.qos in the client, except that if your entire JVM goes down, RabbitMQ won't notice and re-queue unacknowledged deliveries.

basic.qos exist precisely for consumer-controlled delivery rate limiting.

MK

> On 19/9/2014, at 12:08, DeepNightTwo <DeepNightTwo at gmail.com> wrote:
> 
> Is it designed so for some purpose? My understanding is, if a fixed-size
> queue is used to create a consumer, it is expected the consumer should stop
> pulling data if the queue is full.


More information about the rabbitmq-discuss mailing list