Wednesday, September 5, 2018

Cài đặt RabbitMQ

Cài đặt RabbitMQ

Bước 1: Cài đặt erlang http://erlang.org/download/otp_win64_19.0.exe
install Erlang
config folder erlang
install erlang config enviromet.png
Bước 2: Cài đặt RabbitMQ https://www.rabbitmq.com/releases/rabbitmq-server/v3.6.2/rabbitmq-server-3.6.2.exe
Install RabbitMQ
install rabbitmq folder
Cài đặt RabbitMQ sử dụng winservice
config rabbitmq winservice

config rabbitmq winservice 2
Cài đặt RabbitMQ sử dụng console làm server
install rabbitmq config winservice
install rabbitmq enable firewall

Uninstalling RabbitMQ and Erlang OTP

If RabbitMQ and Erlang are not uninstalled completely, you may encounter problems attempting to install RabbitMQ and Erlang on the same machine.
To uninstall RabbitMQ and Erlang from the machine completely, do the following:
  1. Open the Windows Control Panel.
  2. Double-click Programs and Features.
  3. In the list of currently installed programs, right-click RabbitMQ Server, and then click Uninstall
  4. In the list of currently installed programs, right-click Erlang OTP, and then click Uninstall.
  5. Open the Windows Task Manager
  6. In the Task Manager, look for the process epmd.exe. If this process is still running, right-click it and then click End Process.
  7. Delete all the installation directories for both RabbitMQ and Erlang.
  8. Delete the file C:\Windows\.erlang.cookie (if present).
  9. Go to the User folder: C:\Users\[username], and then delete the file .erlang.cookie.
  10. Also in the User folder, go to AppData\Roaming\RabbitMQ.
  11. Backup the Log folder to a secure location, and then delete the folder.

No comments:
Write comments