# File lib/amqp/queue.rb, line 448
    def after_bind(bind_ok)
      @status = :bound
      if self.bind_callback
        self.bind_callback.call(self)
      end
    end