[rabbitmq-discuss] .NET client Subscription constructor not using noAck parameter
Cameron Harris
cameron at cameronharris.org
Tue Jan 4 17:35:00 GMT 2011
Hi,
I think there's a bug in the Subscription class in the .NET client (
http://hg.rabbitmq.com/rabbitmq-dotnet-client/file/43c71543a9f9/projects/client/RabbitMQ.Client/src/client/messagepatterns/Subscription.cs).
On line 137, it appears that the constructor is not using the noAck
parameter. Therefore, when calling BasicConsume, the noAck parameter is
always its default value (false), which also contradicts the documentation
for the class. I guess it's missing a m_noAck = noAck.
Thanks,
Cameron Harris
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20110104/ae07f4ac/attachment.htm>
More information about the rabbitmq-discuss
mailing list