# File lib/em/protocols/stomp.rb, line 162
162:       def send destination, body, parms={}
163:         send_frame "SEND", parms.merge( :destination=>destination ), body.to_s
164:       end