Sha256: 4a63c172f54104c7a0880fee39f8197c32a685026368b85b38cc6363a3374c1e

Contents?: true

Size: 977 Bytes

Versions: 16

Compression:

Stored size: 977 Bytes

Contents

$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 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

Thank you for understanding. AMQP gem maintainers team.

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

require "amqp"

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
amqp-0.8.0.rc13 lib/mq.rb
amqp-0.8.0.rc12 lib/mq.rb
amqp-0.8.0.rc11 lib/mq.rb
amqp-0.8.0.rc10 lib/mq.rb
amqp-0.8.0.rc9 lib/mq.rb
amqp-0.8.0.rc8 lib/mq.rb
amqp-0.8.0.rc7 lib/mq.rb
amqp-0.8.0.rc6 lib/mq.rb
amqp-0.8.0.rc5 lib/mq.rb
amqp-0.8.0.rc4 lib/mq.rb
amqp-0.8.0.rc3 lib/mq.rb
amqp-0.8.0.rc2 lib/mq.rb
amqp-0.8.0.rc1 lib/mq.rb
amqp-0.8.0.pre.beta1 lib/mq.rb
amqp-0.8.0.beta1 lib/mq.rb
amqp-0.7.1 lib/mq.rb