Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 803 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 803 Bytes

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