From 04e2be6f9ee4b3c29df65a5a1bbe9ec5183b9951 Mon Sep 17 00:00:00 2001 From: jandelgado Date: Wed, 3 Jan 2018 03:52:54 +0100 Subject: [PATCH] Added RabbitMQ/AMQP related libs and tools (#1740) * Added RabbitMQ/AMQP related libs and tools * just add rabtap --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 25d9fa6e..dac1c19e 100644 --- a/README.md +++ b/README.md @@ -751,6 +751,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [nsq-event-bus](https://github.com/rafaeljesus/nsq-event-bus) - A tiny wrapper around NSQ topic and channel. * [oplog](https://github.com/dailymotion/oplog) - Generic oplog/replication system for REST APIs. * [pubsub](https://github.com/tuxychandru/pubsub) - Simple pubsub package for go. +* [rabtap](https://github.com/jandelgado/rabtap) - RabbitMQ swiss army knife cli app. * [RapidMQ](https://github.com/sybrexsys/RapidMQ) - RapidMQ is a lightweight and reliable library for managing of the local messages queue. * [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.