public void queueDeleteNoWait(String queue, boolean ifUnused, boolean ifEmpty)
     throws IOException {
   deleteRecordedQueue(queue);
   delegate.queueDeleteNoWait(queue, ifUnused, ifEmpty);
 }