@Override
 protected void tearDown() throws Exception {
   if (connection != null) {
     connection.close();
   }
   super.tearDown();
 }
 @Override
 protected void tearDown() throws Exception {
   BrokerService.disableWrapper = false;
   connection.close();
   super.tearDown();
 }