From 898807745c7ac06d8bcc07cdf52b86b31f44fc92 Mon Sep 17 00:00:00 2001 From: "Thanakorn.K" Date: Wed, 13 Oct 2021 15:06:18 +0700 Subject: [PATCH 1/3] Update README.md - Add the rabbitmq go client --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9ab925998df..bc071fabff1 100644 --- a/README.md +++ b/README.md @@ -1362,6 +1362,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [sarama](https://github.com/Shopify/sarama) - Go library for Apache Kafka. * [Uniqush-Push](https://github.com/uniqush/uniqush-push) - Redis backed unified push service for server-side notifications to mobile devices. * [zmq4](https://github.com/pebbe/zmq4) - Go interface to ZeroMQ version 4. Also available for [version 3](https://github.com/pebbe/zmq3) and [version 2](https://github.com/pebbe/zmq2). +* [rabbitMQ](https://github.com/streadway/amqp) - The RabbitMQ Go client. **[⬆ back to top](#contents)** From 300be56c0d4fc9fb06551f69038ec1d37612c23f Mon Sep 17 00:00:00 2001 From: "Thanakorn.K" Date: Thu, 14 Oct 2021 17:44:31 +0700 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bc071fabff1..6d0c823eeb0 100644 --- a/README.md +++ b/README.md @@ -1314,6 +1314,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a *Libraries that implement messaging systems.* * [ami](https://github.com/kak-tus/ami) - Go client to reliable queues based on Redis Cluster Streams. +* [amqp](https://github.com/streadway/amqp) - Go RabbitMQ Client Library. * [APNs2](https://github.com/sideshow/apns2) - HTTP/2 Apple Push Notification provider for Go — Send push notifications to iOS, tvOS, Safari and OSX apps. * [Asynq](https://github.com/hibiken/asynq) - A simple, reliable, and efficient distributed task queue for Go built on top of Redis. * [Beaver](https://github.com/Clivern/Beaver) - A real time messaging server to build a scalable in-app notifications, multiplayer games, chat apps in web and mobile apps. @@ -1362,7 +1363,6 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [sarama](https://github.com/Shopify/sarama) - Go library for Apache Kafka. * [Uniqush-Push](https://github.com/uniqush/uniqush-push) - Redis backed unified push service for server-side notifications to mobile devices. * [zmq4](https://github.com/pebbe/zmq4) - Go interface to ZeroMQ version 4. Also available for [version 3](https://github.com/pebbe/zmq3) and [version 2](https://github.com/pebbe/zmq2). -* [rabbitMQ](https://github.com/streadway/amqp) - The RabbitMQ Go client. **[⬆ back to top](#contents)** From d92ebbedebb9e4829289a4e91fdb7356371cb099 Mon Sep 17 00:00:00 2001 From: "Thanakorn.K" Date: Fri, 15 Oct 2021 11:54:43 +0700 Subject: [PATCH 3/3] Update the repo code --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6d0c823eeb0..5d01c58ee63 100644 --- a/README.md +++ b/README.md @@ -1314,7 +1314,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a *Libraries that implement messaging systems.* * [ami](https://github.com/kak-tus/ami) - Go client to reliable queues based on Redis Cluster Streams. -* [amqp](https://github.com/streadway/amqp) - Go RabbitMQ Client Library. +* [amqp](https://github.com/rabbitmq/amqp091-go) - Go RabbitMQ Client Library. * [APNs2](https://github.com/sideshow/apns2) - HTTP/2 Apple Push Notification provider for Go — Send push notifications to iOS, tvOS, Safari and OSX apps. * [Asynq](https://github.com/hibiken/asynq) - A simple, reliable, and efficient distributed task queue for Go built on top of Redis. * [Beaver](https://github.com/Clivern/Beaver) - A real time messaging server to build a scalable in-app notifications, multiplayer games, chat apps in web and mobile apps.