RabbitMQ 3.7.4 RC1 发布了。RabbitMQ 是由 LShift 提供的一个 Advanced Message Queuing Protocol (AMQP) 的开源实现,由以高性能、健壮以及可伸缩性出名的 Erlang 写成,因此也是继承了这些优点。
主要更新内容如下:
核心服务器
Bug 修复
- systemd notification implementation was prone to shell escaping issues.
GitHub issue: rabbitmq-server#1187
- It wasn’t possible to configure
delegate_count
via new style config file.GitHub issue: rabbitmq-server#1497
CLI 工具
Bug 修复
rabbitmq-plugins set
failed when was used in offline mode (with--offline
)GitHub issue: rabbitmq-cli#241
rabbitmqctl list_*
command streaming now can be restricted to a set of client TCP ports used to contact RabbitMQ nodes.GitHub issue: rabbitmq-cli#237
完整更新内容及下载地址点击这里查看。
转自 http://www.oschina.net/news/93460/rabbitmq–3-7-4-rc1