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