# File lib/bunny/client09.rb, line 442
                def tx_select
                        send_frame(Qrack::Protocol09::Tx::Select.new())
                        
                        method = next_method
                        
                        check_response(method, Qrack::Protocol::Tx::SelectOk, "Error initiating transactions for current channel")

                        # return confirmation
                        :select_ok
                end