# File gofer/messaging/consumer.rb, line 135
  def stop()
    begin
      @incoming.stop()
    end
  end