# File gofer/messaging/broker.rb, line 135
  def to_s()
    return '%s://%s:%d' %
      [@transport,
       @host,
       @port]    
  end