I recently started experimenting with RabbitMQ using the .NET Client, version 2.4.1 (via NuGet).<br><br>When I first started playing with it, I ran into a bit of a puzzler when I tried to add an EventHandler to the IModel.BasicAcks event. It seems as though the event never gets raised, and I&#39;m wondering if I&#39;m using the .NET Client wrong. An event handler on the IModel.ModelShutdown event works just fine. Messages are definitely getting Ack-ed (the management console confirms this), but I&#39;m getting nothing on the event front.<br>
<br>I posted the same question on Stack Overflow not long ago, trying to see if anyone out there had a suggestion. Nobody has yet, but it does show the code that I was using to experiment with RabbitMQ:<br><br><a href="http://stackoverflow.com/questions/5784697/how-do-i-get-imodel-basicacks-to-fire">http://stackoverflow.com/questions/5784697/how-do-i-get-imodel-basicacks-to-fire</a><br>
<br>I&#39;m curious if anyone has used this feature successfully. I&#39;m wondering if this is just a seldom-used part of the .NET Client that nobody&#39;s actually touched except me.<br><br>Thanks,<br>-Luke Winikates<br>