module ActiveSupport::Messages::Metadata

def dual_serialized_metadata_envelope_json?(string)

def dual_serialized_metadata_envelope_json?(string)
  string.start_with?('{"_rails":{"message":')
end