# File gofer/messaging/consumer.rb, line 83
  def start()
    @incoming.start()
    @thread = ReceiverThread.new(self)
    @thread.start()    
  end