rocketmq安装

  1. 按照网上教程下载
  2. 配置环境变量,安装目录不要有空格
  3. 启动:
    start mqnamesrv.cmd
    start mqbroker.cmd -n 127.0.0.1:9876 autoCreateTopicEnable=true
    
    遇到问题:java11 有些参数没有,去命令行把参数删掉解决
  4. 可视化,https://github.com/apache/rocketmq-dashboard
    遇到问题
    Could not download Node.js from: https://nodejs.org/dist/v16.2.0/win-x64/node.exe: Could not download https://nodejs.org/dist/v16.2.0/win-x64/node.exe
    
    从提示是东西下载失败,但本机安装过node,考虑是不是目录问题
posted @ 2022-10-05 16:15  异客LLL  阅读(100)  评论(0)    收藏  举报