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