# File lib/amq/protocol/frame.rb, line 155
      def final?
        # we cannot know whether it is final or not so framing code in amq-client
        # checks this over the entire frameset. MK.
        false
      end