Загрузка...

How To Install & Uninstall RabbitMQ On Mac

In this video, learn to download install, and completely Remove (Uninstalling) RabbitMQ on Mac.
#rabbitmq #installation #mac
Go to https://rabbitmq.com/ website and click on Download and Install button (https://rabbitmq.com/download.html) in this page you can select Homebrew or you can select another option of OS.
After clicking on the Homebrew link (https://rabbitmq.com/install-homebrew.html), copy the command of `brew update` paste, and enter in the terminal after successfully updating brew(we can also skip the brew update command) then copy the `brew install rabbitmq` this command install rabbitmq on your Mac.

To find out locations for your installation where rabbitmq is installed, use `brew info rabbitmq`

Then Start Rabbitmq Node in the Forgorund Use the Below command :
`CONF_ENV_FILE="/opt/homebrew/etc/rabbitmq/rabbitmq-env.conf" /opt/homebrew/opt/rabbitmq/sbin/rabbitmq-server`
After successfully started rabbitmq open another terminal window and paste command
`/opt/homebrew/sbin/rabbitmqctl enable_feature_flag all`
this command enables all feature plugins in rabbitmq .

To start a node in the background, use brew services start:
`brew services start rabbitmq`

When the Service starts successfully, Open Browser and http://localhost:15672 this link.
Login with the Below Credential
username: guest
password: guest

To stop a node of server, use brew services stop:
`brew services stop rabbitmq`

To Uninstall and remove all files of rabbitmq, use Below Command :
brew uninstall rabbitmq
#Delete all node data directories and configuration files.
rm -rf /opt/homebrew/etc/rabbitmq/
rm -rf /opt/homebrew/opt/rabbitmq/
rm -rf /opt/homebrew/var/lib/rabbitmq/

Thank you for watching, Please Like Video And Subscribe to My Channel.

Видео How To Install & Uninstall RabbitMQ On Mac канала Feel Code
Яндекс.Метрика
Все заметки Новая заметка Страницу в заметки
Страницу в закладки Мои закладки
На информационно-развлекательном портале SALDA.WS применяются cookie-файлы. Нажимая кнопку Принять, вы подтверждаете свое согласие на их использование.
О CookiesНапомнить позжеПринять