/** {@inheritDoc} */
 @Override
 public void deleteQueueInformation(String queueName) throws AndesException {
   try {
     wrappedAndesContextStoreInstance.deleteQueueInformation(queueName);
   } catch (AndesStoreUnavailableException exception) {
     notifyFailures(exception);
     throw exception;
   }
 }