RabbitMQ 3.6.5 Milestone 2 发布了,RabbitMQ 是由 LShift 提供的一个 Advanced Message Queuing Protocol (AMQP) 的开源实现,由以高性能、健壮以及可伸缩性出名的 Erlang 写成,因此也是继承了这些优点。
主要改进如下:
服务器:
1.bug修复:
Changing queue mode to lazy could block queue process in certain circumstances.
Mirroring implementation didn't handle certain internal protocol messages arriving
out of order. rabbitmq-server#922
Mirror set changes weren't handled gracefully in certain circumstances (e.g. in the middle of a mirror promotion).
rabbitmqctl and server startup could be affected by some DNS configurations.
2.增强:
rabbitmqctl list_queues now has more filtering options. rabbitmq-server#851
Java客户端:
增强:
com.rabbitmq.client.AddressResolver is a new interface that can be used to "expand"
endpoints into groups of IP addresses, e.g. to a list of IP addresses resolved from a DNS
record. rabbitmq-java-client#153
com.rabbitmq.client.BuiltinExchangeType is an enum that contains built-in exchange types. rabbitmq-java-client#150
下载地址:
https://github.com/rabbitmq/rabbitmq-server/releases/tag/rabbitmq_v3_6_5_milestone2