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

https://github.com/jorgermduarte/node-rabbitmq

A usage example of producer and consumers in rabbitmq
https://github.com/jorgermduarte/node-rabbitmq

node nodejs rabbitmq rabbitmq-consumer rabbitmq-producer typescript

Last synced: 8 days ago
JSON representation

A usage example of producer and consumers in rabbitmq

Awesome Lists containing this project

README

          

# Node RabbitMQ

```
docker-compose -f ./docker-compose.local.yml up rabbitmq -d
npm run start:producer
npm run start:consumer
```