Sha256: 80f310fdb8deccb16b72a71424bac630ab2b4c84074757c45ed566634594059e

Contents?: true

Size: 990 Bytes

Versions: 2

Compression:

Stored size: 990 Bytes

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 it's 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.

Thank you for understanding. AMQP gem maintainers team.

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

require "amqp"

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
amqp-0.8.0.rc15 lib/mq.rb
amqp-0.8.0.rc14 lib/mq.rb