RabbitMQ C# driver stops receiving messages
EDIT: Since I’m sill getting upvotes on this, I should point out that the .NET RabbitMQ client now has this functionality built in: https://www.rabbitmq.com/dotnet-api-guide.html#connection-recovery Ideally, you should be able to use this and avoid manually implementing reconnection logic. I recently had to implement nearly the same thing. From what I can tell, most of the … Read more