# File gofer/messaging/consumer.rb, line 30
  def start()
    @thread = Thread.new{self.run()}
  end