Rabbitmq
[ Rabbitmq ] Rabbitmq 사용하기 1. Window 에 RabbitMQ 설치, management 띄우기
code094
2022. 12. 27. 12:36
1. Rabbitmq 설치
https://www.rabbitmq.com/install-windows.html#installer
Installing on Windows — RabbitMQ
Installing on Windows This guide covers RabbitMQ installation on Windows. It focuses on the two recommended installation options: The guide also covers a few post-installation topics in the context of Windows: and more. These topics are covered in more det
www.rabbitmq.com
여기서 직접 다운로드 눌러서 다운로드 하고 실행 하거나 using chocolatey로 설치
2. Erlang
Index - Erlang/OTP
The official home of the Erlang Programming Language
www.erlang.org
3. management 실행할 수 있게 설정
여기서 rabbitmq-plugins enable rabbitmq_management 입력
4. management 실행
localhost:15672 로 들어가서 guest / guest 입력하면됨
5. 오류
혹시 ERLANG_HOME not set correctly. 이런 오류가 뜨면 환경변수 설정을 볼것
Window에 Rabbitmq 설치, management 띄우기