Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: about 22 hours 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
```