Path to this page:
Subject: CVS commit: wip/rabbitmq
From: Filip Hajny
Date: 2010-04-23 10:23:35
Message id: E1O5EAw-0006Co-SB@sfp-cvsdas-2.v30.ch3.sourceforge.com
Log Message:
Updated rabbitmq to 1.7.2.
Bug fixes
* Fix a number of problems with memory monitoring under Windows,
including compatibility issues with versions of Erlang/OTP older
than R13, and 64-bit versions of Windows. See the updated
documentation at http://www.rabbitmq.com/extensions.html#memsup
* Correct various path escaping bugs under Windows that could result
in RabbitMQ failing to start
* Make 'rabbitmq-multi start_all <n>' work again for n>1
* Issuing a basic.qos when there are outstanding acks can no longer
result in a higher limit than requested
* Enforce codec size limits, thus preventing the server from sending
invalid AMQP frames
Enhancements
* Add rabbitmqctl list_channels and list_consumers commands, and add
exclusivity information to list_queues. Also introduce a
close_connection command to allow an administrator to selectively
terminate client connections. See the updated admin guide at
http://www.rabbitmq.com/admin-guide.html for details on these new
features.
* Remove the explicit setting of TCP buffer sizes in the server, thus
allowing auto-(re)sizing to occur. This generally results in
substantially improved throughput over high-latency links, and makes
manual fine-tuning easier.
* Introduce declarative boot sequencing, which allows plugins to be
started at arbitrary chosen points during the sequence
Files: