Categorygithub.com/levpay/rabbitmq
repositorypackage
1.0.4
Repository: https://github.com/levpay/rabbitmq.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# README

rabbitmq

Encapsulation to facilitate the use of rabbitMQ

Example

image

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