RabbitMQ 3.6.12 發(fā)布了。RabbitMQ 是由 LShift 提供的一個 Advanced Message Queuing Protocol (AMQP) 的開源實現(xiàn),由以高性能、健壯以及可伸縮性出名的 Erlang 寫成,因此也是繼承了這些優(yōu)點。
主要更新內(nèi)容:
核心服務器 Bug 修復:
Process responsible for running the autoheal partition handling strategy
could run into a deadlock with its peers, preventing autoheal from completing.
GitHub issue: rabbitmq-server#1346
Garbage collection of mirrored queue metrics on nodes that did not
host a master or mirror for a queue affected delivery and acknowledgement rates.
This could result in rates being 0 or negative when they should not be.
GitHub issue: rabbitmq-server#1340
Stats emission could prevent queue mirrors from performing garbage collection
and consume memory even when they were empty.
GitHub issue: rabbitmq-common#220 (continuation to rabbitmq-common#196)
RABBITMQ_SCHEDULER_BIND_TYPE and RABBITMQ_DISTRIBUTION_BUFFER_SIZE now can be set via rabbitmq-env.conf.