https://github.com/syed007hassan/rabbitmq-nodets-example
Created a simple app that sends a notification from the main app “Producer” which sends or produce the notification message to another notification service “Consumer” which processes the message and notifies the users with its notification integration flow.
https://github.com/syed007hassan/rabbitmq-nodets-example
asychronous-messaging docker-compose node-ts producer-consumer rabbitmq
Last synced: about 2 months ago
JSON representation
Created a simple app that sends a notification from the main app “Producer” which sends or produce the notification message to another notification service “Consumer” which processes the message and notifies the users with its notification integration flow.
- Host: GitHub
- URL: https://github.com/syed007hassan/rabbitmq-nodets-example
- Owner: Syed007Hassan
- Created: 2023-10-26T11:36:03.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-26T14:43:12.000Z (over 2 years ago)
- Last Synced: 2025-05-16T10:45:22.194Z (about 1 year ago)
- Topics: asychronous-messaging, docker-compose, node-ts, producer-consumer, rabbitmq
- Language: TypeScript
- Homepage:
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RabbitMQ-NodeTS-Example

## To run the application
- **docker-compose up** to start RabbitMQ server
- cd to **consumer** and **npm run watch**
- cd to **producer** and **npm run watch**