@Override
 public void tearDown(ManagementClient managementClient, String containerId) throws Exception {
   if (jmsAdminOperations != null) {
     jmsAdminOperations.removeJmsQueue(queueName);
     jmsAdminOperations.close();
   }
 }
 @Override
 public void tearDown(ManagementClient managementClient, String containerId) throws Exception {
   if (jmsAdminOperations != null) {
     jmsAdminOperations.removeJmsQueue("messagedestinationtest/queue");
     jmsAdminOperations.removeJmsQueue("messagedestinationtest/replyQueue");
     jmsAdminOperations.close();
   }
 }