[rabbitmq-discuss] does client caches messages?

Matthias Radestock matthias at rabbitmq.com
Sat May 11 08:44:44 BST 2013


On 11/05/13 08:36, Mohsen Lotfizad wrote:
> In fact I just want to know when I set prefetch_cont=2, why my consumer
> try to give about 700 messages?

How is your consumer consuming messages? With basic.consume or 
basic.get? Prefetch does not apply to the latter since the client is 
explicitly asking for the next message.

Matthias.


More information about the rabbitmq-discuss mailing list