An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# rabbitmq

Encapsulation to facilitate the use of rabbitMQ

## Example

![image](https://user-images.githubusercontent.com/1699113/58917742-f82c2000-86fd-11e9-80ef-e5e2c1178f28.png)

### 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`