# File lib/bunny/client08.rb, line 476
                def tx_select
                        send_frame(Qrack::Protocol::Tx::Select.new())

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

                        # return confirmation
                        :select_ok
                end