Skip to content

A exemple of communication between different applications using RabbitMQ and Nodejs

License

Notifications You must be signed in to change notification settings

RaphaelBRodrigues/rabbitmq-nodejs-exemple

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RabbitMQ Logo

RabbitMQ Nodejs Exemple

This repository contains a exemple of communication between two applications using RabbitMQ as a broker

The application rabbitmq-producer is a web api responsible for capture the client's message and send to the queue, and the rabbitmq-consumer is listening the broker and consuming its data

Getting Started

  • Start the docker containers

    • docker-compose up
  • Use the rest.http file to send a request to producer application

Acessing the Panel

  • Enters in the panel using a browser

  • Use the following credentials to login

    • Username
      • rabbit
    • Password
      • test

References

About

A exemple of communication between different applications using RabbitMQ and Nodejs

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published