发布于 2016-04-18 04:23:46 | 64 次阅读 | 评论: 0 | 来源: 网友投递
这里有新鲜出炉的RabbitMQ 能为你做些什么?,程序狗速度看过来!
RabbitMQ 开源消息队列系统
RabbitMQ 是由 LShift 提供的一个 Advanced Message Queuing Protocol (AMQP) 的开源实现,由以高性能、健壮以及可伸缩性出名的 Erlang 写成,因此也是继承了这些优点。
RabbitMQ 3.6.2 milestone4 发布了。
Bug 修复
略
功能改进
Connections now emit stats unconditionally when they are blocked and unblocked
by resource alarms. This makes management UI and HTTP API-reported data to be more up-to-date
GitHub issue: rabbitmq-server#679
New (node-local) health check command
rabbitmqctl node_health_check
is a new command that performs basic health check of a node
GitHub issue: rabbitmq-server#398
Automatic restart policy enabled for Windows service
GitHub issue: rabbitmq-server#645
Default number of async I/O VM threads is now calculated based on the
number of available CPU cores
GitHub issue: rabbitmq-server#151
rabbitmqctl list_queues
now supports new flags, --offline
and --online
, that limit
result to only unavailable or available queues (queue masters, to be more precise)
Contributed by Alexey Lebedeff (Mirantis).
GitHub issue: rabbitmq-server#688
RabbitMQ will no longer log a warning about disabled kernel polling on Windows
The runtime does not support kernel polling (I/O completion ports) on Windows,
so there is nothing the user can do about it.
GitHub issue: rabbitmq-server#695
Bug 修复
Cluster name could be returned by HTTP API as a non-string value
GitHub issue: rabbitmq-management#143
功能改进
Management plugin has a new, better parallelised event collector which is less likely to
fall behind.
GitHub issues: rabbitmq-management#41,
rabbitmq-management#166,
rabbitmq-management#173
Clients now can provide a human-readable connection name that will be displayed
in the management UI. Currently Java, .NET and Erlang clients support this.
In order to use this feature, set the connection_name
key in client properties.
Note that this name doesn't have to be unique and cannot be used as a connection identifier,
for example, in HTTP API requests.
GitHub issues: rabbitmq-server#104
HTTPS related improvements in rabbitmqadmin
.
GitHub issues: rabbitmq-management#152, rabbitmq-management#151, rabbitmq-management#149.
Policies now can be listed (read) by the users tagged with management
and monitoring
As well as those tagged with policymaker
and administrator
, of course.
GitHub issue: rabbitmq-management#156
Effective rates mode is now displayed for cluster nodes by default
GitHub issue: rabbitmq-management#177
下载地址:
其他下载地址参见此处