# File gofer/messaging/consumer.rb, line 34
  def stop()
    @consumer.close()
    @thread.kill()  
  end