发布于 2015-10-09 06:31:10 | 227 次阅读 | 评论: 0 | 来源: 网友投递
这里有新鲜出炉的RabbitMQ 能为你做些什么?,程序狗速度看过来!
RabbitMQ 开源消息队列系统
RabbitMQ 是由 LShift 提供的一个 Advanced Message Queuing Protocol (AMQP) 的开源实现,由以高性能、健壮以及可伸缩性出名的 Erlang 写成,因此也是继承了这些优点。
RabbitMQ 3.5.6 正式发布,此版本是个 bug 修复版本,兼容 Erlang/OTP 18.1。
值得关注的更新:
Erlang 18.1 compatibility (#324).
Prevent EACCESS
errors on Windows when queue journal is cleared (#341).
When multiple authorization backends are used, user tags from all of them should be preserved (#338).
Force a (per-queue, not global) GC when a queue pages messages to disk (#290). This both makes throughput more stable and eliminates a potential memory leak of binary memory (message identifiers).
Missed heartbeats will trigger automatic connection recovery (rabbitmq/rabbitmq-java-client#57).
Queues used by QoS 1 subscriptions are no longer deleted when the only subscriber disconnects (rabbitmq/rabbitmq-mqtt#30).
Trailing new line character now can be optional (rabbitmq/rabbitmq-stomp#39). This makes certain (buggy) clients that may be difficult or impossible to upgrade work with the plugin.
更多内容请看发行说明。