/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.

Primary LanguageTypeScript

RabbitMQ-NodeTS-Example

image

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