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
'공부 > 기타' 카테고리의 다른 글
mysql 타임존 설정 (0) | 2019.04.15 |
---|---|
RabbitMQ 학습 (0) | 2019.04.09 |
ActiveMQ 정리 (0) | 2019.03.11 |
APACHE 2.4 설치하기 (0) | 2019.02.08 |
메일(SMTP) 프로토콜 사용?? (0) | 2019.02.08 |