Hi,<br><br>I think there&#39;s a bug in the Subscription class in the .NET client (<a href="http://hg.rabbitmq.com/rabbitmq-dotnet-client/file/43c71543a9f9/projects/client/RabbitMQ.Client/src/client/messagepatterns/Subscription.cs">http://hg.rabbitmq.com/rabbitmq-dotnet-client/file/43c71543a9f9/projects/client/RabbitMQ.Client/src/client/messagepatterns/Subscription.cs</a>). <br>
<br>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&#39;s missing a m_noAck = noAck.<br>
<br><br>Thanks,<br clear="all">Cameron Harris<br>