lib/mq.rb in amqp-0.8.0.rc13 vs lib/mq.rb in amqp-0.8.0.rc14
- old
+ new
@@ -1,5 +1,7 @@
+# encoding: utf-8
+
$stdout.puts <<-MESSAGE
-------------------------------------------------------------------------------------
DEPRECATION WARNING!
Use of mq.rb is deprecated. Instead of
@@ -18,11 +20,11 @@
make 8 out of 10 engineers think it has something to do with AMQP queues (in fact,
MQ should have been called Channel all along). No other AMQP client library we know
of invents it's own terminology when it comes to AMQP entities, and amqp gem shouldn't,
too.
-If you disagree with this really strongly, let us know by opening an issue at
-https://github.com/ruby-amqp/amqp/issues
+Learn more at http://bit.ly/amqp-gem-080-migration, all documentation guides are at
+http://bit.ly/amqp-gem-docs.
Thank you for understanding. AMQP gem maintainers team.
-------------------------------------------------------------------------------------
MESSAGE