一、RabbitMQ版本选择

RabbitMQ

更新记录:https://www.rabbitmq.com/changelog.html

下载链接:https://www.rabbitmq.com/download.html

官网链接:https://www.rabbitmq.com/news.html

配置文件:https://www.rabbitmq.com/configure.html

Erlang

官网链接:https://www.erlang.org/

下载链接:http://erlang.org/download/

组件

系统版本

启动用户

3.6.x

3.7.x

安装目录

配置文件目录

数据目录

日志目录

RabbitMQ centos6.10/7.6 root 3.6.16 3.7.21 /usr/local/rabbitmq /etc/rabbitmq /usr/local/rabbitmq/data /usr/local/rabbitmq/log
Erlang/OTP centos6.10/7.6 root  20.1 21.3 /usr/local/erlang      
                 

 

Salt安装

salt 'ip' state.sls rabbitmq.install_36

salt 'ip' state.sls rabbitmq.install_37

 

https://www.rabbitmq.com/which-erlang.html

RabbitMQ version

Minimum required Erlang/OTP

Maximum supported Erlang/OTP

Notes

  • 3.8.2
  • 3.8.1
  • 3.8.0
  • 21.3.x
  • 22.x
  • Erlang 22.1 is recommended.
  • Erlang 22.x dropped support for HiPE
  • 3.7.23
  • 3.7.22
  • 3.7.21
  • 3.7.20
  • 3.7.19
  • 21.3.x
  • 22.x
  • Erlang/OTP 20.3.x support is discontinued
  • Erlang 22.x dropped support for HiPE
  • 3.7.18
  • 3.7.17
  • 3.7.16
  • 3.7.15
  • 20.3.x
  • 22.x
  • Erlang/OTP 22.0 compatibility notes
  • TLSv1.0 and TLSv1.1 support is disabled by default on Erlang 22.x
  • 3.7.14
  • 3.7.13
  • 3.7.12
  • 3.7.11
  • 20.3.x
  • 21.3.x
  • Erlang/OTP 19.3.x support is discontinued
  • For the best TLS support, the latest version of Erlang/OTP 21.3.x is recommended
  • 3.7.10
  • 3.7.9
  • 3.7.8
  • 3.7.7
  • 19.3.x
  • 21.x
  • Erlang/OTP 21.0 compatibility notes
  • 3.7.6
  • 3.7.5
  • 3.7.4
  • 3.7.3
  • 3.7.2
  • 3.7.1
  • 3.7.0
  • 19.3.x
  • 20.3.x
  • For the best TLS support, the latest version of Erlang/OTP 20.3.x is recommended
  • Erlang versions prior to 19.3.6.4 have known bugs (e.g. ERL-430, ERL-448) that can prevent RabbitMQ nodes from accepting connections (including from CLI tools) and stopping
  • Versions prior to 19.3.6.4 are vulnerable to the ROBOT attack (CVE-2017-1000385)
  • On Windows, Erlang/OTP 20.2 changed default cookie file location

Unsupported RabbitMQ Series

Minimum required Erlang/OTP

Maximum supported Erlang/OTP

Notes

  • 3.6.16
  • 3.6.15
  • 19.3
  • 20.3.x
  • RabbitMQ 3.6 was released on 2015-12-22, and reached end of life on 2018-05-31, we strongly discourage its use
  • On Windows, Erlang/OTP 20.2 changed default cookie file location
  • Versions prior to 19.3.6.4 have known bugs (e.g. ERL-430, ERL-448) that can prevent RabbitMQ nodes from accepting connections (including from CLI tools) and stopping
  • Versions prior to 19.3.6.4 are vulnerable to the ROBOT attack (CVE-2017-1000385)
  • 3.6.14
  • 3.6.13
  • 3.6.12
  • 3.6.11
  • R16B03
  • 20.1.x
  • RabbitMQ 3.6 was released on 2015-12-22, and reached end of life on 2018-05-31, we strongly discourage its use
  • 3.6.10
  • 3.6.9
  • 3.6.8
  • 3.6.7
  • 3.6.6
  • 3.6.5
  • 3.6.4
  • R16B03
  • 19.3.x
  • RabbitMQ 3.6 was released on 2015-12-22, and reached end of life on 2018-05-31, we strongly discourage its use
  • 3.6.3
  • 3.6.2
  • 3.6.1
  • 3.6.0
  • R16B03
  • 18.3.x
  • RabbitMQ 3.6 was released on 2015-12-22, and reached end of life on 2018-05-31, we strongly discourage its use
  • 3.5.x
  • R14B04
  • 17.5.x
  • RabbitMQ 3.5 was released on 2015-03-11, and reached end of life on 2016-10-31, we strongly discourage its use
  • 3.4.x
  • R13B03
  • 16B03
  • RabbitMQ 3.4 was released 2014-10-21, and reached end of life 2015-10-31, we strongly discourage its use

你可能感兴趣的:(RabbitMQ)