[rabbitmq-discuss] .NET Client - PublishConfirms and batching Acks
Michael Klishin
michael.s.klishin at gmail.com
Tue Feb 25 23:05:57 GMT 2014
2014-02-26 0:20 GMT+04:00 Marty Wasznicky <marty.wasznicky at neudesic.com>:
> Unfortunately this is really slow. Is there some property I’m missing
> that I can use to increase performance?
You are not specifying if you want to increase throughput of the publisher
or consumer.
> Since I’m setting the “multiple” flag to True in the BasicAck, I tried
> to call that on every 100 or 1000th message….but I found if an ack isn’t
> sent, I’m not allowed to read another message off the queue.
Set basic.qos to a higher value (by default there is no limit):
http://www.rabbitmq.com/tutorials/tutorial-two-dotnet.html
--
MK
http://github.com/michaelklishin
http://twitter.com/michaelklishin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20140226/a07cee63/attachment.html>
More information about the rabbitmq-discuss
mailing list