void start() throws Exception {
   server = new org.apache.hedwig.server.netty.PubSubServer(conf);
   server.start();
 }