An open API service indexing awesome lists of open source software.

https://github.com/erossini/rabbitmqconnection

How to create a resilient RabbitMQ client
https://github.com/erossini/rabbitmqconnection

csharp csharp-code rabbitmq rabbitmq-client rabbitmq-server

Last synced: 11 months ago
JSON representation

How to create a resilient RabbitMQ client

Awesome Lists containing this project

README

          

# RabbitMQ: a resilient connection

The connection with RabbitMQ isn't always stable. The reconnection is not always working. I want to create a resilient connection to RabbitMQ. I have created an implementation to better manage the connection. For more details and questions, please visit my blog [PureSourceCode.com](https://puresourcecode.com/dotnet/net8/resilient-connection-to-rabbitmq/).

![rabbitmq](https://github.com/user-attachments/assets/9c060554-d1c3-422f-b49f-3510828e8d5b)