# File lib/amqp/server.rb, line 79
    def self.start host = 'localhost', port = 5672
      EM.start_server host, port, self
    end