# File lib/bunny/consumer.rb, line 28
    def initialize(*args)
      super(*args)
      @consumer_tag ||= (1..32).to_a.shuffle.join
    end