I've been following the RabbitMQ installation guide via homebrew.
It says to add a line to my .bash_profile
, but since I'm using ohmyzsh for my terminal I'm guessing I have to edit my .zshrc
file.
I've tried adding the following possibilities:
PATH=$PATH:/usr/local/sbin
export PATH=$PATH:/usr/local/sbin
export PATH=/usr/local/sbin:$PATH
Unfortunately none of them worked.
Elsewhere in the .zshrc
file I see this line: export ZSH=/Users/robinkim/.oh-my-zsh
. This may give a clue as to what needs to be added.
EDIT: I simply forgot to brew link rabbitmq
For Linux/Unix/Mac: 0 you can use the RabbitMQ command line tool. You can also use the rabbitmq-diagnostics to check the server_version. It's a useful tool for diagnostics, health checks and monitoring.
To enable it, do the following: Open a command-line console (run as Administrator) and change to the RabbitMQ batch scripts folder; Execute the following command: rabbitmq-plugins. bat enable rabbitmq_management.
RabbitMQ server and CLI tools are generally inside /usr/local/Cellar/rabbitmq/{version}/sbin/ directory. On my Mac the RabbitMQ server and CLI tools are present inside the /usr/local/Cellar/rabbitmq/3.7.
as said in the edit you must type brew link rabbitmq
in your terminal
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With