发布于 2016-03-10 00:20:48 | 147 次阅读 | 评论: 0 | 来源: 网友投递
这里有新鲜出炉的RabbitMQ 能为你做些什么?,程序狗速度看过来!
RabbitMQ 开源消息队列系统
RabbitMQ 是由 LShift 提供的一个 Advanced Message Queuing Protocol (AMQP) 的开源实现,由以高性能、健壮以及可伸缩性出名的 Erlang 写成,因此也是继承了这些优点。
RabbitMQ 3.6.2是一个维护版本,它的管理插件中包含了一个新的统计数据收集器。
服务器
漏洞修复:
Channel operations that time out no longer produce noisy crash reports in
RabbitMQ log files
GitHub issue: rabbitmq-common#63
Channel operation timeout default is bumped to 15 seconds
GitHub issue: rabbitmq-server/issues/667
Windows service will pick up RabbitMQ config file regardless of whether
it was present during service installation
GitHub issue: rabbitmq-server#659
增强:
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
管理插件
漏洞修复:
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 issue: rabbitmq-management#41
MQTT插件
增强:
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-mqtt#71
漏洞修复:
Resource alarms are handled correctly by MQTT connections
GitHub issues: rabbitmq-mqtt#62
STOMP插件
增强:
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-stomp#70
More connection details for STOMP connections reported to management UI
GitHub issue: rabbitmq-stomp#55
漏洞修复:
Resource alarms are handled correctly by STOMP connections
GitHub issues: rabbitmq-stomp#68,
rabbitmq-stomp#67
网页STOMP插件
漏洞修复:
More connection details for STOMP-over-WebSockets connections reported to management UI
GitHub issue: rabbitmq-web-stomp#45
网页MQTT插件
漏洞修复:
More connection details for MQTT-over-WebSockets connections reported to management UI
GitHub issue: rabbitmq-web-mqtt#3