内容简介:RabbitMQ 3.7.8-rc.4 已发布,该版本侧重于 Bug 修复,并进一步改进RabbitMQ 是由 LShift 提供的一个 Advanced Message Queuing Protocol (AMQP) 的开源实现,由以高性能、健壮以及可伸缩性出名的 Erlang 写成,因此也是继承了这些优点。更新内容如下:
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_queuebehaviour implementations. -
Syslog configuration parameters could be rejected by config validator.
-
rabbitmq-echopid.batnow loadsrabbitmq-env.batcorrectly.
Enhancements
-
Improved config file validation and loading. For example,
advanced.confignow can be used without the mainrabbitmq.confconfig file. -
On Erlang/OTP 21 Syslog server now can be configured using a hostname (not just an IP address).
-
rabbitmqctl rename_cluster_nodedocumentation improvements.
CLI Tools
Bug Fixes
-
Policies were unintentionally excluded from
rabbitmqctl reportoutput. -
Global parameters were unintentionally excluded from
rabbitmqctl reportoutput.
更多更新细节和下载地址, 可查阅发行列表 。
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:- RabbitMQ 3.7.7 正式发布,多协议消息代理
- RabbitMQ 3.7.7 正式发布,多协议消息代理
- RabbitMQ 3.6.16-rc.1 发布,多协议消息代理
- RabbitMQ 3.7.7-rc.2 发布,多协议消息代理
- RabbitMQ 3.7.8-rc.4 发布,多协议消息代理
- RabbitMQ 3.6.16 和 3.7.6 发布,多协议消息代理
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Linux二进制分析
[美]瑞安 奥尼尔 / 棣琦 / 人民邮电出版社 / 2017-12-1 / CNY 59.00
二进制分析属于信息安全业界逆向工程中的一种技术,通过利用可执行的机器代码(二进制)来分析应用程序的控制结构和运行方式,有助于信息安全从业人员更好地分析各种漏洞、病毒以及恶意软件,从而找到相应的解决方案。 本书是一本剖析Linux ELF工作机制的图书,共分为9章,其内容涵盖了Linux环境和相关工具、ELF二进制格式、Linux进程追踪、ELF病毒技术、Linux二进制保护、Linux中的E......一起来看看 《Linux二进制分析》 这本书的介绍吧!