红联Linux门户
Linux帮助

RabbitMQ 3.5.2发布,AMQP消息服务器

发布时间:2015-05-13 09:19:55来源:红联作者:empast
RabbitMQ 3.5.2 发布,此版本是个 bug 修复版本,主要改进如下:

服务器

增强:

Enhancements

Improve integration with Docker (rabbitmq/rabbitmq-server#113). Problems which were previously worked around in the official Docker image, were fixed in RabbitMQ. In particular:

Add a way to send log messages (both "normal" and sasl messages) to stdout (rabbitmq/rabbitmq-server#128).

Do not try to use exec before su ... as su(1) forks a process anyway (since 3.5.0, rabbitmq/rabbitmq-server#129).

Report a queue is under flow control only if it was in this situation in the last 1 second, instead of the last 5 seconds previously (rabbitmq/rabbitmq-server#138).

Add a check to ensure the Mnesia directory is not shared with the PID file location or the plugin expansion directory (rabbitmq/rabbitmq-server#120). This should help users facing non-working automatic clustering.

Bug 修复

Ensure the file handle cache remains under the memory high watermark when syncing a mirrored queue (since 2.0.0, rabbitmq/rabbitmq-server#134).

Restore support for messages stored on disk with the previous x-death header format (since 3.5.1, rabbitmq/rabbitmq-server#152).

Ensure passwords containing $ characters are properly escaped so they are not interpreted by the shell, when a password is changed using rabbitmqctl change_password (since 1.5.2, rabbitmq/rabbitmq-server#66).

更多改进请看这里:https://github.com/rabbitmq/rabbitmq-server/releases/tag/rabbitmq_v3_5_2

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

下载地址:https://github.com/rabbitmq/rabbitmq-server/archive/rabbitmq_v3_5_2.zip

来自:开源中国社区
文章评论

共有 0 条评论