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

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

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)