Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mfcodeworks/nest-multi-queue-worker
NestJS Multi-Queue RabbitMQ Worker Server
https://github.com/mfcodeworks/nest-multi-queue-worker
nestjs queue-workers rabbitmq rabbitmq-consumer rabbitmq-producer
Last synced: about 2 months ago
JSON representation
NestJS Multi-Queue RabbitMQ Worker Server
- Host: GitHub
- URL: https://github.com/mfcodeworks/nest-multi-queue-worker
- Owner: mfcodeworks
- Created: 2020-02-23T04:32:46.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T01:27:50.000Z (almost 2 years ago)
- Last Synced: 2023-03-04T10:34:38.815Z (almost 2 years ago)
- Topics: nestjs, queue-workers, rabbitmq, rabbitmq-consumer, rabbitmq-producer
- Language: TypeScript
- Size: 1.79 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NestJS Multi-Queue Worker
## Description
Working example of a multi-queue RabbitMQ worker that can:
- Subscribe to multiple queues (Includes config for default excahnge)
- Publish/forward payloads
- Rety tasks## Author
mfsoftworks