天玑阁

vuePress-theme-reco gqsu    2018 - 2021
天玑阁 天玑阁

Choose mode

  • dark
  • auto
  • light
主页
时间轴
文档
  • vuepress-reco
分类
  • elasticsearch
  • Hadoop
  • life
  • linux
  • note
  • Apache James
  • collection
  • Dubbo
  • git
  • jwt
  • k8s
  • mongodb
  • ali
  • netty-socketio
  • nginx
  • node
  • oracle
  • own
  • rabbitmq
  • shell
  • vuepress
  • springDataJpa
  • web
  • wechat
  • redis
  • springBoot
  • rabbitmq,springBoot
  • springCloud
  • sql
  • study
  • util
标签
author-avatar

gqsu

156

Article

42

Tag

    主页
    时间轴
    文档
    • vuepress-reco
    分类
    • elasticsearch
    • Hadoop
    • life
    • linux
    • note
    • Apache James
    • collection
    • Dubbo
    • git
    • jwt
    • k8s
    • mongodb
    • ali
    • netty-socketio
    • nginx
    • node
    • oracle
    • own
    • rabbitmq
    • shell
    • vuepress
    • springDataJpa
    • web
    • wechat
    • redis
    • springBoot
    • rabbitmq,springBoot
    • springCloud
    • sql
    • study
    • util
    标签

    rabbitmq Categories

    vuePress-theme-reco gqsu    2018 - 2021
    • elasticsearch 20
    • Hadoop 2
    • life 6
    • linux 9
    • note 9
    • Apache James 2
    • collection 1
    • Dubbo 1
    • git 1
    • jwt 1
    • k8s 1
    • mongodb 1
    • ali 2
    • netty-socketio 2
    • nginx 2
    • node 3
    • oracle 1
    • own 1
    • rabbitmq 2
    • shell 1
    • vuepress 1
    • springDataJpa 1
    • web 2
    • wechat 2
    • redis 6
    • springBoot 27
    • rabbitmq,springBoot 1
    • springCloud 13
    • sql 6
    • study 24
    • util 5
    rabbitmq--MQTT协议使用
    gqsu 2020/6/23下午5:38:05 rabbitmq
    rabbitmq--安装与使用

    # 安装

    由于RabbitMQ依赖Erlang, 所以需要先安装Erlang。

    # 1、下载并安装 Erlang。

    Erlang下载地址:http://www.erlang.org/downloads

    双击.exe文件进行安装就好。 配置ERLANG_HOME的环境变量,指向erlang的安装目录,同时将%ERLANG_HOME%\bin加入到Path 中。输入erl验证安装是否成功。

    # 2、下载并安装 RabbitMQ Server。

    RabbitMQ下载地址:http://www.rabbitmq.com/download.html

    开启web管理控制台:

    $ cd ~/sbin
    $ rabbitmq-plugins enable rabbitmq_management
    

    若启动失败,注意版本冲突:3.7.6对应erl版本19.3。

    然后通过浏览器访问:http://localhost:15672.(默认用户名:guest,密码:guest)

    页面无法打开的话,一定要注意是否完全卸载原有rabbitmq,在安装。(删除C:\Users\gqsu\AppData\Roaming\RabbitMQ\ 下全部文件)

    gqsu 2018/6/23下午5:38:05 rabbitmq
    Prev 1 ... 1 ... 1 Next Jump To Go