# File lib/stomp/connection.rb, line 223 def abort(name, headers = {}) headers[:transaction] = name transmit("ABORT", headers) end