# File gofer/messaging/consumer.rb, line 61
  def initialize(destination, uuid=nil, url=nil)
    @thread = nil
    @incoming = nil
    @destination = destination
    super(uuid, url)
  end