# README
rabbit
This is a thin wrapper over github.com/streadway/amqp
that does all
the things required by RabbitMQ to run quickly and safely, including
reconnections and separate consumers and publishers.
Full docs in https://godoc.org/github.com/nrxr/rabbit.
License
ⓒ 2019, nrxr <[email protected]>
. Released under the MIT license terms.
# Packages
Package consumer consolidates all the functions and methods for queue
consumers.
Package exchange takes care of RabbitMQ Exchange declarations.
Package publisher makes handling RabbitMQ's publishing tasks easier.
No description provided by the author
Package server consolidates all the methods and functions required to handle
connections and reconnections against RabbitMQ servers.