Ruby RabbitMQ clients blog

News and updates about various Ruby clients for RabbitMQ

Bunny 1.1.1 Is Released

TL;DR

Bunny 1.1.1 is released to rubygems.org.

This is a usability release.

Changes between Bunny 1.0.0 and 1.1.1

Uncaught Consumer Exceptions

Uncaught consumer exceptions are now handled by uncaught exceptions handler that can be defined per channel:

1
2
3
ch.on_uncaught_exception do |e, consumer|
  # ...
end

Full change log can be found on GitHub.

About the Author

Michael on behalf of the Ruby RabbitMQ Clients Team