xChar
·7 months ago

下载和安装

按顺序下载和安装:

  1. Erlang/OTP Version Tree
    image
  2. rabbitmq-server
    image

启用 Web 管理页面

按下 Windows 键,找到并打开 RabbitMQ Command Prompt
image

再复制以下命令粘贴进去执行:

rabbitmq-plugins enable rabbitmq_management

接着需要重启 rabbitmq 服务,先双击 stop,再双击 start

image

最后,在浏览器上打开 http://localhost:15672/

账号密码都是 guest

参考

Loading comments...