Skip to content

Commit c4a057d

Browse files
authored
Update README.md
1 parent da9498b commit c4a057d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Go RabbitMQ Auto-Reconnect Project
22

3+
[![go-github release (latest SemVer)](https://img.shields.io/github/v/release/afaf-tech/go-rabbitmq?sort=semver)](https://github.com/afaf-tech/go-rabbitmq/releases)
4+
[![](https://godoc.org/github.com/afaf-tech/go-rabbitmq?status.svg)](https://godoc.org/github.com/afaf-tech/go-rabbitmq)
5+
36
This project demonstrates a simple implementation of a RabbitMQ consumer and producer in Go with automatic reconnection capabilities.
47

58
Explores the hypothesis of using a single connection for many channels, both for producers and consumers, in a RabbitMQ setup. This architectural choice aims to optimize resource usage and improve performance in scenarios with a large number of channels.

0 commit comments

Comments
 (0)