# File lib/bunny/client09.rb, line 356
    def tx_select
      send_frame(Qrack::Protocol09::Tx::Select.new())

      method = next_method

      check_response(method, Qrack::Protocol09::Tx::SelectOk, "Error initiating transactions for current channel")

      # return confirmation
      :select_ok
    end