发布于 2017-12-01 08:49:57 | 154 次阅读 | 评论: 0 | 来源: 网友投递
这里有新鲜出炉的RabbitMQ 能为你做些什么?,程序狗速度看过来!
RabbitMQ 开源消息队列系统
RabbitMQ 是由 LShift 提供的一个 Advanced Message Queuing Protocol (AMQP) 的开源实现,由以高性能、健壮以及可伸缩性出名的 Erlang 写成,因此也是继承了这些优点。
RabbitMQ 3.7.0 已发布,带来了一系列改进和修复,并支持 OTP 20 。
Minimum required Erlang/OTP version is now 19.3. Recent Erlang versions can be obtained from Erlang Solutions, RabbitMQ zero dependency Erlang RPM, as well as main and backports repositories of recent Ubuntu and Debian releases.
HTTP API has minor breaking changes in several endpoints (see below).
.NET client is now .NET Core-compatible.
Starting with 3.7.0
, .NET client releases are decoupled from RabbitMQ server releases and exclusively distributed via the RabbitMQ.Client NuGet package.
Starting with 3.7.0
, Java client releases are decoupled from RabbitMQ server releases and exclusively distributed via Maven: RabbitMQ Milestones Maven repository, RabbitMQ Maven repository, as well as Maven Central.
Users tagged with administrator
now implicitly have access to most operations in all vhosts,
including those they don't have explicit permissions for.
Plugins now must depend on the rabbit
application in order to be recognised as such by rabbitmq-plugins list
.
Plugins that do not have the dependency will still function, can be enabled or disabled but won't appear
in rabbitmq-plugins list
output.
rabbitmq_management_visualiser
plugin no longer ships with RabbitMQ and is considered to be deprecated.
完整更新内容和下载地址请查阅发行说明。