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