public void exchangeUnbindNoWait(
     String destination, String source, String routingKey, Map<String, Object> arguments)
     throws IOException {
   delegate.exchangeUnbindNoWait(destination, source, routingKey, arguments);
   deleteRecordedExchangeBinding(destination, source, routingKey, arguments);
 }