# File lib/ruote-amqp/participant.rb, line 235
    def initialize(options)
      puts '=' * 80
      puts "RuoteAMQP::Participant will be deprecated soon (2.1.12)"
      puts "please use RuoteAMQP::ParticipantProxy instead"
      puts '=' * 80
      super
    end