Sha256: 38517d161cdec4c726c18a59468c75d193a646887d820b10f49781273c829748

Contents?: true

Size: 1.07 KB

Versions: 19

Compression:

Stored size: 1.07 KB

Contents

# encoding: utf-8

$stdout.puts <<-MESSAGE
-------------------------------------------------------------------------------------
DEPRECATION WARNING!

Use of mq.rb is deprecated. Instead of

  require "mq"

please use

  require "amqp"


mq.rb will be REMOVED in AMQP gem version 1.0.

Why is it deprecated? Because it was a poor name choice all along. We better not
release 1.0 with it. Both mq.rb and MQ class step away from AMQP terminology and
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 its own terminology when it comes to AMQP entities, and amqp gem shouldn't,
too.

Learn more at http://bit.ly/amqp-gem-080-migration, all documentation guides are at
http://bit.ly/amqp-gem-docs, AMQP Model Explained at http://bit.ly/amqp-model-explained.

We are also in #rabbitmq on irc.freenode.net.

Thank you for understanding. AMQP gem maintainers team.

-------------------------------------------------------------------------------------
MESSAGE

require "amqp"

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
amqp-0.9.10 lib/mq.rb
amqp-0.9.9 lib/mq.rb
amqp-0.9.8 lib/mq.rb
amqp-0.9.7 lib/mq.rb
amqp-0.9.6 lib/mq.rb
amqp-0.9.5 lib/mq.rb
amqp-0.9.4 lib/mq.rb
amqp-0.9.3 lib/mq.rb
amqp-0.9.2 lib/mq.rb
amqp-0.9.1 lib/mq.rb
amqp-0.9.0 lib/mq.rb
amqp-0.9.0.pre3 lib/mq.rb
amqp-0.9.0.pre2 lib/mq.rb
amqp-0.9.0.pre1 lib/mq.rb
amqp-0.8.4 lib/mq.rb
amqp-0.8.3 lib/mq.rb
amqp-0.8.2 lib/mq.rb
amqp-0.8.1 lib/mq.rb
amqp-0.8.0 lib/mq.rb