# File lib/protocols/stomp.rb, line 146 146: def ack msgid 147: send_frame "ACK", { 'message-id''message-id'=> msgid } 148: end