Skip to content
This repository has been archived by the owner on Jan 14, 2023. It is now read-only.

This is an example project I created using RabbitMQ and Node.js

License

Notifications You must be signed in to change notification settings

guilhermerochas/message-broker-rabbitmq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Message Broker Sample Project

This is an example project I created using RabbitMQ and Node.js

How to start the project

Go to the project directory

  yarn install
  # use -d to run docker on detached mode
  docker-compose --file docker/docker-compose.yaml up
  yarn start

Now you can acccess on your browser htttp://localhost:3000/send and check your terminal to see the message

About

This is an example project I created using RabbitMQ and Node.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published