Add rabbus library (#1764)

* Add rabbus library

* 🙈
This commit is contained in:
Rafael Jesus 2018-01-17 12:24:34 +01:00 committed by Cássio Botaro
parent 84bfcc133e
commit 36271a63cb

View File

@ -755,6 +755,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.
* [rabbus](https://github.com/rafaeljesus/rabbus) - A tiny wrapper over amqp exchanges and queues.
* [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.