Ruby RabbitMQ clients blog

News and updates about various Ruby clients for RabbitMQ

Bunny 1.1.3 Is Released

TL;DR

Bunny 1.1.3 is released to rubygems.org.

This is a bug fix release.

Changes between Bunny 1.1.2 and 1.1.3

Nagle’s Algorithm Disabled Correctly

Bunny now properly disables Nagle’s algorithm on the sockets it opens. This likely means significantly lower latency for workloads that involve sending a lot of small messages very frequently:

Contributed by Nelson Gauthier (AirBnB).

Full Change Log

Full change log can be found on GitHub.

About the Author

Michael on behalf of the Ruby RabbitMQ Clients Team