# README
rabbitmq
Encapsulation to facilitate the use of rabbitMQ
Example
Consumer
$ ENV=local CLOUDAMQP_URL=amqp://user:[email protected]/vhost go run _example/consumer/main.go
Publisher
$ ENV=local CLOUDAMQP_URL=amqp://user:[email protected]/vhost go run _example/publisher/main.go