发布于 2014-08-12 12:17:48 | 221 次阅读 | 评论: 0 | 来源: 网友投递
这里有新鲜出炉的RabbitMQ 能为你做些什么?,程序狗速度看过来!
RabbitMQ 开源消息队列系统
RabbitMQ 是由 LShift 提供的一个 Advanced Message Queuing Protocol (AMQP) 的开源实现,由以高性能、健壮以及可伸缩性出名的 Erlang 写成,因此也是继承了这些优点。
基于Erlang的高级消息队列RabbitMQ 3.3.5发布。2014-08-11。之前版本是2014-06-24的3.3.4.遗留产品系列3.2.4/3.1.5 在高级消息队列里,RabbitMQ应该最主流的。此版本主要修正了大量Bug还提供了一个增强的机制来诊断卡住了的进程。
完全改进:
Release: RabbitMQ 3.3.5 Release Highlights ================== server ------ bug fixes 25921 prevent long delays in publishing after a node goes down and network connections to it time out (since 2.8.3) 26225 26293 greatly reduce the length of time between pause_minority mode detecting a minority and refusing to accept further publishes (since 3.1.0) 26313 do not allow clients to override server-configured channel_max (since 3.3.0) 26159 prevent failure to start if memory monitor cannot determine total system memory (since 1.7.1) 26290 correctly read /proc/meminfo on Linux even if rows do not contain colons (issue with certain vendor kernels) (since 1.7.1) enhancements 26311 provide a mechanism for diagnosing stuck processes building & packaging -------------------- bug fixes 26322 add loopback_users to the sample configuration file (since 3.3.0) management plugin ----------------- bug fixes 26072 provide unminimised versions of all bundled Javascript libraries. Fixes Debian bug #736781. (since 2.1.0) management visualiser plugin ---------------------------- bug fixes 26072 provide unminimised versions of all bundled Javascript libraries. Fixes Debian bug #736781. (since 2.1.0) federation plugin ----------------- bug fixes 26272 ensure changes to cluster name are picked up promptly and thus fix cycle detection on cluster name change (since 3.3.0) 26292 ensure that federation links apply the defined reconnect delay under all circumstances (since 2.6.0) 26299 fix leak when shrinking upstream-set immediately after federation starts (since 3.0.0) shovel plugin ------------- bug fixes 26318 prevent dynamic shovel crash using add-forwarding-headers=true without setting dest-queue or dest-exchange-key (since 3.3.0) 26292 ensure that shovel workers apply the defined reconnect delay under all circumstances (since 2.0.0) 26328 prevent dynamic shovels from failing over to the new node whenever a node comes up in a cluster (since 3.3.0) MQTT plugin ----------- bug fixes 26270 improve error messages on TLS/TCP connection failure (since 3.0.0) 26281 log cleanly closed MQTT connections as we do for AMQP (since 3.0.0) AMQP 1.0 plugin --------------- bug fixes 26288 fix handling of the symbol type in message content (as used in content_type and content_encoding) (since 3.1.0) 26288 (also) fix mapping of AMQP 1.0 ttl and creation_time fields to AMQP 0-9-1 timestamp and expiration fields (since 3.1.0)
下载:http://www.rabbitmq.com/releases/rabbitmq-server/v3.3.5/rabbitmq-server-3.3.5.tar.gz