@Test(priority = 2)
 /** dump stats and close conn */
 public void cleanupTest() throws Exception {
   publisher.getConnectionStats();
   publisher.cleanup();
 }