1 #ifndef QPID_FRAMING_MESSAGEPROPERTIES_H
2 #define QPID_FRAMING_MESSAGEPROPERTIES_H
41 uint64_t contentLength;
43 std::string correlationId;
45 std::string contentType;
46 std::string contentEncoding;
54 uint64_t _contentLength,
55 const Uuid& _messageId,
56 const std::string& _correlationId,
58 const std::string& _contentType,
59 const std::string& _contentEncoding,
60 const std::string& _userId,
61 const std::string& _appId,
63 contentLength(_contentLength),
64 messageId(_messageId),
65 correlationId(_correlationId),
67 contentType(_contentType),
68 contentEncoding(_contentEncoding),
71 applicationHeaders(_applicationHeaders),