Skip to content

soaresdiogo/rabbitmq-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Testing RabbitMQ

N|Solid

I created a project to show how to use the RabbitMQ sending and receiving messages.

  • It will go to send a message to RabbitMQ
  • It will do to read a message from RabbitMQ

How to use!

  • The first step, you will need to do the clone of this repository.
  • After cloned this repository, you'll need to install the RabbitMQ in your OS.
  • After to install the RabbitMQ is necessary to install the OTP.
  • After that will be necessary to active the RabbitMQ with this command.
$ rabbitmq-plugins enable rabbit_management

Look that:

  • The localhost RabbitMQ Dashboard will open at http://localhost:15672

Run the Producer project and the Consumer project

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages