From b59ab8f29f3df93bf2bd21b27d20a33608a0ee72 Mon Sep 17 00:00:00 2001 From: Michael Klishin Date: Sat, 23 Jun 2012 06:19:33 +0400 Subject: [PATCH] Update master --- README.textile | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.textile b/README.textile index ec58a8f99..abcd29fa9 100644 --- a/README.textile +++ b/README.textile @@ -20,9 +20,16 @@ But it does not support * RabbitMQ extensions * AMQP 0.9.1-only brokers -h2. Bunny is NOT actively maintained -Bunny is also **not actively maintained**. Consider using Hot Bunnies (JRuby) or amqp gem instead. +h2. Bunny is about to undergo a lot of internal changes + +Bunny is a very old library with **a lot** of missing functionality. It also implements an older version of the spec +and may or may not work with future RabbitMQ versions. As such, Bunny is about to undergo serious internal changes. +We will make our best to keep them as backwards compatible as possible but within reason. + +See [this announcement](https://groups.google.com/forum/?fromgroups#!topic/ruby-amqp/crNVGEuHm68) to learn more. + +In the meantime, consider using Hot Bunnies (JRuby) or "amqp gem":http://rubyamqp.info instead. h2. Quick Start