发布于 2017-06-21 00:53:41 | 142 次阅读 | 评论: 0 | 来源: 网友投递
这里有新鲜出炉的RabbitMQ 能为你做些什么?,程序狗速度看过来!
RabbitMQ 开源消息队列系统
RabbitMQ 是由 LShift 提供的一个 Advanced Message Queuing Protocol (AMQP) 的开源实现,由以高性能、健壮以及可伸缩性出名的 Erlang 写成,因此也是继承了这些优点。
RabbitMQ v3.6.11 milestone2 发布了。该版本更新内容如下:
Node RAM consumption calculation strategy has changed
to a more precise one. Previously the value was underreported. It is possible to switch to the behavior in earlier versions
if desired. This will affect monitoring charts and possibly require bumping VM memory high watermark
or provisioning more RAM.
GitHub issue: rabbitmq-server#1243, rabbitmq-server#1246
Erlang/OTP 20 is now supported.
GitHub issues: rabbitmq-stomp#115
supervisor2
: supervisor could fail to restart failed child processes in some cases.
This could affect multiple plugins, e.g. federation.
Contributed by Aliaksey Artamonau (Couchbase).
GitHub issues: rabbitmq-common#201,
rabbitmq-server#1238
Total amount of RAM as seen by a node now can be overridden via config file.
GitHub issue: rabbitmq-server#1224
Plugins that are already expanded (unarhived from .ez
archives on node boot) won't be
expanded again.
Contributed by Alex Lebedeff (Mirantis).
GitHub issue: rabbitmq-server#1226
……
完整更新内容请查看发行首页。
下载地址: