[rabbitmq-discuss] Ready, Unacked and Total messages of Queues

Michael Klishin mklishin at gopivotal.com
Tue Apr 15 09:19:47 BST 2014


On 15 April 2014 at 12:14:28, Juno Chan (juno at algorithmictradinggroup.com) wrote:
> > but I don't quite understand how prefetch helps, could you please  
> explain more on that? thanks.

basic.qos controls how many messages can be in progress (delivered to consumers) before
at least one of them is acknowledged or rejected. This setting is per-channel, there
is no limit by default. 

> If this really helps, how can it be set with .NET code? the tutorials  
> only shows python codes.

http://www.rabbitmq.com/tutorials/tutorial-two-dotnet.html
--  
MK  

Software Engineer, Pivotal/RabbitMQ


More information about the rabbitmq-discuss mailing list