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
- Host: GitHub
- URL: https://github.com/jorgermduarte/node-rabbitmq
- Owner: jorgermduarte
- License: mit
- Created: 2023-04-11T09:35:08.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-11T09:50:57.000Z (over 2 years ago)
- Last Synced: 2025-10-07T04:07:25.251Z (8 days ago)
- Topics: node, nodejs, rabbitmq, rabbitmq-consumer, rabbitmq-producer, typescript
- Language: TypeScript
- Homepage:
- Size: 229 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```