public AMQP.Confirm.SelectOk confirmSelect() throws IOException {
   this.usesPublisherConfirms = true;
   return delegate.confirmSelect();
 }