# File gofer/messaging/broker.rb, line 58
  def close()
    begin
      @conection.stop()
      @connection = nil
    rescue
    end
  end