/** {@inheritDoc} */
 @Override
 public void storeBindingInformation(String exchange, String boundQueueName, String bindingInfo)
     throws AndesException {
   try {
     wrappedAndesContextStoreInstance.storeBindingInformation(
         exchange, boundQueueName, bindingInfo);
   } catch (AndesStoreUnavailableException exception) {
     notifyFailures(exception);
     throw exception;
   }
 }