public AMQP.Tx.SelectOk txSelect() throws IOException {
   this.usesTransactions = true;
   return delegate.txSelect();
 }