공부/기타

MAC에서 RabbitMQ 설치

soonh 2019. 4. 3. 09:17

MAC RabbitMQ 설치

RabbitMQ 다운로드 홈페이지

https://www.rabbitmq.com/download.html

설치 : homebrew 를 통해서 설치 가능

Before installing make sure the taps are up-to-date:

brew update

Then, install RabbitMQ server with:

brew install rabbitmq

실행

/usr/local/Cellar/rabbitmq/3.7.14/sbin

or 

/usr/local/sbin

./rabbitmq-server - 시작
./rabbitmqctl status - 상태 확인 
./rabbitmqctl stop - 중지 

모니터링

url : http://localhost:15672

id/pw : guest / guest