天天看點

RabbitMQ 3.6.7 釋出,AMQP 消息伺服器

rabbitmq 是由 lshift 提供的一個 advanced message queuing protocol (amqp) 的開源實作。

rabbitmq 3.6.7 是一個維護版本,包含一個重做的新管理插件,用于在所有叢集節點(而不是一個專用節點)上存儲收集的統計資訊。

部分更新内容:

server

bug fixes

queue master process could terminate with a {bad_match, {error, not_found}} error.

rabbitmq-service.bat should exit with a non-0 code when installation fails.

rabbitmqctl stop_app now produces a more technically correct output about

what the operation does.

enhancements

nodes in a cluster now can be restared in arbitrary order. they will attempt to contact

one of the previously seen peers periodically (10 times with 30 second intervals by default).

increased credit flow default settings, background gc is disabled by default for more predictable latency.

tls listeners now support sni (via ranch 1.3.0).

successful connection authentication now leaves additional log entries, just like authentication failures. it is now easier to see from the log what user connected to what vhost.

internal authentication backend now supports credential validators.

worker process shutdown timeout now can be configured.

……

更新内容較多,涉及到 delayed message exchange 插件、amqp 1.0 插件、event exchange 插件、federation 插件、shovel 插件、mqtt 插件、.net 用戶端、java 用戶端、management 插件 以及 server 方面的更新。

本文轉自d1net(轉載)