Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.6 / 3....
  • Linux Kernel 3.0.82 LTS...
  • KDE Software Compilatio...
  • PulseAudio 4.0
  • Wireshark 1.10.0
  • NetworkManager 0.9.8.2
  • LibreOffice 3.6.6 / 4.0...
  • SystemRescueCd 3.7.0
  • Linux Kernel 3.10 RC6
  • Ubuntu Tweak 0.8.5
  • 7-DAY TOP DOWNLOAD
    #
    Program
    Psiphon 3
    1,656 downloads
    LibreOffice 3.6.6 /
    4.0.3 / 4.0.4 RC2 /
    4.1.0 Beta 2

    1,354 downloads
    Wine 1.4.1 / 1.6 RC2
    1,253 downloads
    BackTrack 5 R3
    1,214 downloads
    Adobe Flash Player
    for Linux
    11.2.202.258

    1,018 downloads
    Red Hat Linux 9
    994 downloads
    VLC 2.0.7
    898 downloads
    Ubuntu 10.04.4 LTS
    786 downloads
    Debian GNU/Linux 7.1
    688 downloads
    Red Hat Enterprise
    Linux 6.4

    686 downloads
    MOST POPULAR DISTROS
    #
    Distribution
    PCLinuxOS 2013.04
    User rating: 4.8/5
    Votes: 370
    OpenMandriva 2013.0
    Alpha

    User rating: 4.4/5
    Votes: 625
    Ubuntu 9.10
    User rating: 4.4/5
    Votes: 267
    Clonezilla LiveCD
    2.1.1-25 / 2.1.2-12

    User rating: 4.3/5
    Votes: 260
    BackTrack 5 R3
    User rating: 4.3/5
    Votes: 569
    Fedora 18
    User rating: 4.3/5
    Votes: 613
    openSUSE Linux 12.3
    / 13.1 Milestone 2

    User rating: 4.2/5
    Votes: 471
    Ubuntu 12.04.2 LTS
    User rating: 4.2/5
    Votes: 696
    Ubuntu 10.04.4 LTS
    User rating: 4.0/5
    Votes: 286
    Linux Mint 15
    User rating: 4.0/5
    Votes: 371
    Home > Linux > System > Networking > RabbitMQ > Changelog

    RabbitMQ 3.0.0 - Changelog


    What's new in RabbitMQ 3.0.0:

    November 19th, 2012

    · This release introduces dynamic, policy-based control of mirroring and federation, improves the user friendliness of clustering, adds support for per-message TTL, introduces plugins for web-STOMP and MQTT, and adds many smaller new features and bug fixes.



    What's new in RabbitMQ 2.8.7:

    September 28th, 2012

    · Bugfixes to the broker, Erlang client, STOMP plugin, and management plugin.



    What's new in RabbitMQ 2.8.6:

    August 23rd, 2012

    · A bugfix release with corrections to the broker, an Erlang client, and a management plugin as well as the shovel and federation plugins.



    What's new in RabbitMQ 2.8.5:

    August 3rd, 2012

    · This is primarily a bugfix release, with several improvements to HA queues.



    What's new in RabbitMQ 2.8.0:

    March 20th, 2012

    · Dead lettering; queues can specify an exchange to which messages should be redirected when they are rejected or expire.
    · Internal flow control to limit memory use and make performance more predictable if the server is overloaded.



    What's new in RabbitMQ 2.7.1:

    December 21st, 2011

    · This version includes fixes to queue recovery and high availability node recovery; fixes to the STOMP adapter; compatibility with the latest Erlang release R15B; and general performance and bugfixes.



    What's new in RabbitMQ 2.7.0:

    November 14th, 2011

    · Features of this release include: order preservation of re-queued messages; plugins included with the server download; "amqp" URI scheme for client connections; and performance improvements and bug fixes.



    What's new in RabbitMQ 2.6.1:

    September 13th, 2011

    · This release fixes a bug in the 2.6.0 version that causes the broker to fail to restart on reboot on some operating systems.



    What's new in RabbitMQ 2.6.0:

    September 2nd, 2011

    · The highlight of this release is the introduction of active-active HA, with queues getting replicated across nodes in a cluster.
    · There are many other improvements, particularly to the management and stomp plug-ins, as well as a number of bugfixes.



    What's new in RabbitMQ 2.5.0:

    June 17th, 2011

    · recovery has been simplified, improving startup times when many exchanges or bindings exist
    · bindings are recovered between durable queues and non-durable exchanges on restart of individual cluster nodes
    · better performance under high load and memory pressure
    · source compatibility with the new Erlang R14B03 release

    New features include:
    · tracing facility for debugging incoming and outgoing messages, (see firehose)
    · improved inbound network performance
    · improved routing performance
    · new rabbitmqctl commands ('report', 'environment', and 'cluster_status')



    What's new in RabbitMQ 2.4.1:

    April 8th, 2011

    · This version fixes a number of bugs.
    · In particular, it fixes a bug in 2.4.0 that would break upgrades if durable queues were present.
    · A notable enhancement included in this release is cluster upgrades.



    What's new in RabbitMQ 2.4.0:

    March 31st, 2011

    · This release fixes a number of bugs and introduces some enhancements, including fast routing for topic exchanges, sender-selected distribution and server-side consumer cancellation notifications.



    What's new in RabbitMQ 2.3.1:

    February 8th, 2011

    · This release fixes a small number of bugs, in particular one serious bug in 2.3.0 which could lead to queue processes crashing.



    What's new in RabbitMQ 2.2.0:

    December 1st, 2010

    · This version fixes a number of bugs and introduces some enhancements, including automatic upgrades of non-clustered brokers, per-queue message TTLs, and significantly reduced memory usage for pending acknowledgements.



    What's new in RabbitMQ 2.1.1:

    October 20th, 2010

    · This version fixes a number of bugs and introduces some enhancements, including exchange to exchange bindings and some performance improvements in the server and clients.



    What's new in RabbitMQ 2.1.0:

    September 16th, 2010

    · This version fixes a number of bugs, including some race conditions and introduces minor enhancements in the server and clients.



    What's new in RabbitMQ 2.0.0:

    August 27th, 2010

    · This release includes a rewritten message store that pages messages to disk to relieve memory pressure, and support for AMQP 0-9-1. There are many other more modest additions, such as an implementation of basic.reject, and queue leases.



    What's new in RabbitMQ 1.8.1:

    July 15th, 2010

    · This version of RabbitMQ can now be compiled with Erlang R14A. This is expected to bring relief for MacPorts users and Debian (unstable) users who build from source. Administration tools are now easier to use on MacPorts.
    · Further enhancements include the ability to observe channel.flow events from the Java API and clustering usability improvements.



    What's new in RabbitMQ 1.8.0:

    June 17th, 2010

    · This release introduces several APIs to extend Rabbit in a pluggable way, first with pluggable exchange types, and then with pluggable backing queues. Other improvements include optimisations for cross-node routing within a cluster, and more rigorous enforcement of channel.flow to ensure that Rabbit can stop producers who are failing to obey the instruction to stop sending messages to Rabbit when Rabbit comes under memory pressure.



    What's new in RabbitMQ 1.7.2:

    February 16th, 2010

    · This release fixes yet more bugs specific to Windows in regards to memory monitoring, and works around various bat inadequacies. Other fixes include enforcing codec size limits, and handling some corner cases of basic.qos.

    · The rabbitmqctl tool has been extended with several new commands. There have also been enhancements to the plugin system, and network performance over high-latency links. The exception reporting in the Java client has been improved and there are several bug fixes and enhancements to the AMQP Tracer tool.



    What's new in RabbitMQ 1.6.0:

    June 18th, 2009

    · This release has 'beta' status and introduces a number of new features, such as prefetch count limiting, headers exchanges, fine-grained access control, and alternate exchanges. There are also improvements to performance and stability under high load, improved compatibility with other software (such as ejabberd and PowerShell), and a number of small bug fixes.



    What's new in RabbitMQ 1.5.4:

    April 6th, 2009

    bug fixes:
    · starting a RabbitMQ instance that contains a large number (thousands) durable exchanges, queues or bindings now takes just a few seconds instead of several minutes.
    · on Windows, rabbitmq-multi.bat can now start RabbitMQ even when the path to the startup script contains spaces, whereas previously that would fail.
    · on Windows, the rabbitmqctl.bat and rabbitmq-multi.bat scripts now report errors correctly instead of swallowing them.

    enhancements:
    · make the default settings of the various env vars which can be set in rabbitmq.conf visible to that script, thus permitting more advanced manipulation of the settings than was previously possible.
    · permit configuration of rabbitmqctl's Erlang start parameters by sourcing rabbitmq.conf from the script and adding some env vars.
    · on Windows, rabbitmq-server.bat and rabbitmq-multi.bat can now be configured with the RABBITMQ_{SERVER,MULTI}_{ERL,START}_ARGS env vars.



    What's new in RabbitMQ 1.5.3:

    February 24th, 2009

    · This release has 'final' status and fixes a number of bugs in the server, the Java client, the .NET client, and the Debian/RPM packaging.



    What's new in RabbitMQ 1.5.1:

    January 21st, 2009

    · This release fixes a number of bugs in the server, the .NET client, and the Debian/RPM packaging.



    What's new in RabbitMQ 1.5.0:

    December 20th, 2008

    · This release contains a number of new features, as well as some bugfixes.
    · The highlights are: removal of tickets and realms, implementation of 'queue.unbind', producer throttling when running low on memory, improved scalability of queue and binding creation and deletion, disabling of Nagle for more consistent latency, the addition of several management/info commands to rabbitmqctl, bugfixes in the area of connection and channel closure, support for the latest Erlang/OTP release (R12B-5), and improved configurability via environment variables.




    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM