1. Download RABBITMQ using homebrew:
Install RABBITMQ
The results of the implementation are as follows:
Updating Homebrew ...==> auto-updated homebrew!Updated1Tap (homebrew/core).==>Updated formulaecake dockviz kubeless SDCC==>Renamed Formulaegeth-ethereumerror:could not link:/usr/local/share/doc/homebrewplease Delete these paths and run ' Brew Update '.==> Installing dependencies forrabbitmq:jpeg, libpng, Libtiff, Wxmac, Erlang==>Installing RABBITMQ dependency:jpeg==> Downloading https://Homebrew.bintray.com/bottles/jpeg-9c.high_sierra.bottle.########################################################################100.0%==> pouring jpeg-9c.high_sierra.bottle.Tar. gz?? /USR/LOCAL/CELLAR/JPEG/9C: +Files724. 5KB==>Installing RABBITMQ dependency:libpng==> Downloading https://homebrew.bintray.com/bottles/libpng-1.6.34.high_sierra.b########################################################################100.0%==> Pouring libpng-1.6. the. High_sierra.bottle.Tar. gz?? /usr/local/cellar/libpng/1.6. the: -Files1. 2MB==>Installing RABBITMQ Dependency:libtiff==> Downloading https://Homebrew.bintray.com/bottles/libtiff-4.0.9_3.high_sierra########################################################################100.0%==> Pouring libtiff-4.0.9_3.high_sierra.bottle.Tar. gz?? /usr/local/cellar/libtiff/4.0.9_3:246Files3. 5MB==>Installing RABBITMQ Dependency:wxmac==> Downloading https://Homebrew.bintray.com/bottles/wxmac-3.0.4.high_sierra.bot########################################################################100.0%==> Pouring wxmac-3.0.4. High_sierra.bottle.Tar. gz?? /usr/local/cellar/wxmac/3.0.4:810Files at. 7MB==>Installing RABBITMQ Dependency:erlang==> Downloading https://homebrew.bintray.com/bottles/erlang-20.3.2.high_sierra.b########################################################################100.0%==> Pouring erlang-20.3.2. High_sierra.bottle.Tar. GZ==>Caveatsman pages can be foundinch: /usr/local/opt/erlang/lib/erlang/MansAccess them with ' Erl-Mans', or add this directory to MANPATH.==>Summary?? /usr/local/cellar/erlang/20.3.2:7,036Files277. 4MB==>Installing RABBITMQ==> Downloading https://Dl.bintray.com/rabbitmq/all/rabbitmq-server/3.7.4/rabbit########################################################################100.0%==>/usr/bin/Unzip-qq-j/usr/local/cellar/rabbitmq/3.7.4/plugins/Rabbitmq_mana==>caveatsmanagement Plugin enabled by default at http://localhost:15672Bash completion have been installed to:/usr/local/etc/Bash_completion.dto has launchd start RABBITMQ now and restart atLogin: Brew Services start Rabbitmqor,ifYou don'T want/need a background service you can just run:rabbitmq-Server==>Summary?? /usr/local/cellar/rabbitmq/3.7.4:232Files A.6MB, builtinch -Seconds
RABBITMQ Installation path:/usr/local/cellar/rabbitmq/3.7.4
2. Go to the installation path and execute the command to start the RABBITMQ service:
3. Then open the terminal and start the RABBITMQ management plugin:
CD sbin &&/rabbitmq-plugins enable Rabbitmq_management
4. Enter the address localhost:15672 to see the RABBITMQ management interface
RABBITMQ installation under Mac