# File lib/stomp_server/protocols/stomp.rb, line 160 def send_message(msg) msg.command = "MESSAGE" stomp_send_data(msg) end