Ruby RabbitMQ clients blog

News and updates about various Ruby clients for RabbitMQ

Amqp Gem 1.1.1 Is Released

TL;DR

amqp gem 1.1.1 is released to rubygems.org.

This is a bug fix release that is 100% backwards compatible.

Changes between amqp gem 1.1.0 and 1.1.1

Fixed Exception in AMQP::Exchange#handle_declare_ok

AMQP::Exchange#handle_declare_ok no longer raises an exception about undefined method #anonymous?.

Michael on behalf of the Ruby RabbitMQ Clients Team