Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

On Mac, Download RabbitMQ from https://www.rabbitmq.com/install-standalone-mac.html. Unzip the file and go to sbin directory. Run ./rabbitmq-server. It will launch rabbimq server. 

To access the web ui, run ./rabbitmq-plugins enable rabbitmq_management from sbin directory.

Login to http://localhost:15672/ with guest/guest

...