https://github.com/peterdee/go-amqp-consumer
RabbitMQ consumer service
https://github.com/peterdee/go-amqp-consumer
amqp go golang mongodb rabbitmq rabbitmq-consumer
Last synced: about 1 month ago
JSON representation
RabbitMQ consumer service
- Host: GitHub
- URL: https://github.com/peterdee/go-amqp-consumer
- Owner: peterdee
- License: mit
- Created: 2024-02-18T14:17:33.000Z (over 2 years ago)
- Default Branch: release
- Last Pushed: 2024-02-22T08:52:18.000Z (over 2 years ago)
- Last Synced: 2025-03-14T16:49:09.632Z (over 1 year ago)
- Topics: amqp, go, golang, mongodb, rabbitmq, rabbitmq-consumer
- Language: Go
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
## go-amqp-consumer
This is a RabbitMQ consumer that stores values in the database
Publisher service: https://github.com/peterdee/go-amqp-publisher
### Environment variables
The `.env` file is required, see [.env.example](.env.example)
### Launch
```shell script
go run ./
```
With [AIR](https://github.com/cosmtrek/air):
```shell script
air ./
```
### License
[MIT](./LICENSE.md)