# File lib/amqp/queue.rb, line 845
    def callback
      return nil if !subscribed?

      @default_consumer.callback
    end