https://github.com/levpay/rabbitmq
Encapsulation to facilitate the use of rabbitMQ
https://github.com/levpay/rabbitmq
Last synced: 5 months ago
JSON representation
Encapsulation to facilitate the use of rabbitMQ
- Host: GitHub
- URL: https://github.com/levpay/rabbitmq
- Owner: levpay
- Created: 2019-06-02T00:26:47.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-10-18T02:24:51.000Z (over 5 years ago)
- Last Synced: 2024-06-19T01:52:27.927Z (almost 2 years ago)
- Language: Go
- Size: 60.5 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rabbitmq
Encapsulation to facilitate the use of rabbitMQ
## Example

### Consumer
`$ ENV=local CLOUDAMQP_URL=amqp://user:password@domain.com/vhost go run _example/consumer/main.go`
### Publisher
`$ ENV=local CLOUDAMQP_URL=amqp://user:password@domain.com/vhost go run _example/publisher/main.go`