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
- Host: GitHub
- URL: https://github.com/erossini/rabbitmqconnection
- Owner: erossini
- Created: 2025-05-20T16:51:58.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-26T20:48:20.000Z (about 1 year ago)
- Last Synced: 2025-07-30T03:39:09.635Z (11 months ago)
- Topics: csharp, csharp-code, rabbitmq, rabbitmq-client, rabbitmq-server
- Language: C#
- Homepage: https://puresourcecode.com/dotnet/net8/resilient-connection-to-rabbitmq/
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/).
