@AfterMethod(alwaysRun = true)
 public void tearDown() throws Exception {
   if (feed != null) feed.stop();
   if (jmxHelper != null) jmxHelper.disconnect();
   if (jmxService != null) jmxService.shutdown();
   if (app != null) Entities.destroyAll(app.getManagementContext());
   feed = null;
 }