# File lib/em/protocols/stomp.rb, line 195
      def ack msgid
        send_frame "ACK", 'message-id'=> msgid
      end