https://github.com/gobackpack/rmq
Concurrent RabbitMQ consumer and publisher
https://github.com/gobackpack/rmq
golang rabbitmq
Last synced: 2 months ago
JSON representation
Concurrent RabbitMQ consumer and publisher
- Host: GitHub
- URL: https://github.com/gobackpack/rmq
- Owner: gobackpack
- Created: 2021-04-20T22:30:07.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-09-15T21:52:29.000Z (almost 3 years ago)
- Last Synced: 2025-07-02T01:36:32.551Z (about 1 year ago)
- Topics: golang, rabbitmq
- Language: Go
- Homepage:
- Size: 42 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

### ENV variables
| ENV | Default value |
|:-------------------|:-------------:|
| RMQ_HOST | localhost |
| RMQ_PORT | 5672 |
| RMQ_USERNAME | guest |
| RMQ_PASSWORD | guest |
| RMQ_EXCHANGE | |
| RMQ_EXCHANGE_KIND | direct |
| RMQ_QUEUE | |
| RMQ_ROUTING_KEY | |
| RMQ_CONSUMER_TAG | |
* **Consumer:** [example/consumer](https://github.com/gobackpack/rmq/blob/main/example/consumer/main.go)
* **Publisher:** [example/publisher](https://github.com/gobackpack/rmq/blob/main/example/publisher/main.go)