0% found this document useful (0 votes)
59 views

Getting Up and Running With Rabbitmq and Easynetq Slides

The document provides instructions to enable the RabbitMQ management plugin and install RabbitMQ using Homebrew on MacOS. It includes commands to install Homebrew, update Homebrew, install RabbitMQ using Homebrew, and add the RabbitMQ bin directory to the system PATH variable.

Uploaded by

ancgate
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
59 views

Getting Up and Running With Rabbitmq and Easynetq Slides

The document provides instructions to enable the RabbitMQ management plugin and install RabbitMQ using Homebrew on MacOS. It includes commands to install Homebrew, update Homebrew, install RabbitMQ using Homebrew, and add the RabbitMQ bin directory to the system PATH variable.

Uploaded by

ancgate
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 25

rabbitmq-plugins enable rabbitmq_management

https://brew.sh
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew update
brew install rabbitmq
PATH=$PATH:/usr/local/sbin

You might also like