@Override
 protected void startBroker() throws Exception {
   super.startBroker();
   bindAddress = newURI("localhost", 0);
 }