RabbitMQ 3.7.8-rc.4 发布,多协议消息代理

栏目: 软件资讯 · 发布时间: 5年前

内容简介:RabbitMQ 3.7.8-rc.4 已发布,该版本侧重于 Bug 修复,并进一步改进 Erlang/OTP 21 的兼容性。 RabbitMQ 是由 LShift 提供的一个 Advanced Message Queuing Protocol (AMQP) 的开源实现,由以高性能、健壮以及可伸...

RabbitMQ 3.7.8-rc.4 已发布,该版本侧重于 Bug 修复,并进一步改进 Erlang/OTP 21 的兼容性。

RabbitMQ 是由 LShift 提供的一个 Advanced Message Queuing Protocol (AMQP) 的开源实现,由以高性能、健壮以及可伸缩性出名的 Erlang 写成,因此也是继承了这些优点。

更新内容如下:

Core Server

Bug Fixes

  • Virtual host (specifically binding) recovery has been optimized.

  • A binding removal optimization was reverted because it could result in custom exchange type state not cleaned up as plugin authors intended.

  • A queue sync operation now can be cancelled when a resource alarm is in effect on the receiving node.

  • Inter-node communication port (a.k.a. distribution port) unintentionally used an excessively large buffer size (1.2 GB instead of 128 MB). Kudos to Chris Friesen for noticing and reporting this.

  • More idempotent binding removal. When transactions that removed bindings were rolled back and retried, the code that performed the deletion could fail with a misleading assertion failure, {error, not_found}.

  • A resource alarm triggered during boot could prevent node from starting.

  • Environments with high queue or channel churn could run into an exception in local process group.

  • Priority queues no longer fail with an exception when used together with other rabbit_backing_queue behaviour implementations.

  • Syslog configuration parameters could be rejected by config validator.

  • rabbitmq-echopid.bat now loads rabbitmq-env.bat correctly.

Enhancements

  • Improved config file validation and loading. For example, advanced.config now can be used without the main rabbitmq.conf config file.

  • On Erlang/OTP 21 Syslog server now can be configured using a hostname (not just an IP address).

  • rabbitmqctl rename_cluster_node documentation improvements.

CLI Tools

Bug Fixes

  • Policies were unintentionally excluded from rabbitmqctl report output.

  • Global parameters were unintentionally excluded from rabbitmqctl report output.

更多更新细节和下载地址,可查阅发行列表。 


【声明】文章转载自:开源中国社区 [http://www.oschina.net]


以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

一本书读懂24种互联网思维

一本书读懂24种互联网思维

安杰 / 台海出版社 / 2015-3-1 / 39.80元

互联网思维已经不再局限于互联网,与当初人类史上的“文艺复兴”一样,这种思维的核心即将开始扩散开去,对整个大时代造成深远的影响。本书是深入研究互联网思维的精华之作,作者深入浅出地集中阐述了24种互联网思维的内核与精神,并结合实例对这24种互联网思维逐一进行了点评。对于个人与企业如何抓住互联网思维背后正喷薄而出的工作、生活、商业上的大革新与大机遇,如何在互联网思维下进行运作,如何运用互联网思维进行升级......一起来看看 《一本书读懂24种互联网思维》 这本书的介绍吧!

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码

MD5 加密
MD5 加密

MD5 加密工具

UNIX 时间戳转换
UNIX 时间戳转换

UNIX 时间戳转换