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