<div dir="ltr">I&#39;m sure this is something that I&#39;ve missed in all my googling and rabbitMq doc reading. I have an .NET WebAPI that creates a new IModel from a static Connection then publishes messages with Confirm.Select(). Before calling publish I add the IModel to an objectCache so that the Ack/nack callbacks will get executed. Inside the BasicAckEventHandler I remove the model from the cache. (This all works)<div class="gmail_extra">
<div dir="ltr"></div>
</div><div><br></div><div>The problem is that the connections never go away from the RabbitMQ server. I cannot find anything that is holding onto a reference of the IModel object.</div><div><br></div><div>What I am I doing wrong here?<br>
</div><div><br></div><div><br></div><div>Thanks!</div><div>Brian</div><div><br></div></div>