On 12/01/2015 03:27 PM, Toralf Lund wrote:
I enabled trace via qpid::log::Logger::instance().select(...),
and got log lines containing information like

header (251 bytes); properties={{MessageProperties: content-length=23;

which is tells me most of what I need to know.
[...]
I care mainly about 0-10.

For 0-10, add 12 bytes to each frame (so e.g. the headers above would actually be 251+12 bytes). Each message will be generally three or more frames: 1 MessageTransferBody, 1 headers and 1 or more content body frames. The MessageTransferBody doesn't log the size, but it is mostly the destination field, worst case its 7 + 12 + length of destination field string.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@qpid.apache.org
For additional commands, e-mail: users-h...@qpid.apache.org

Reply via email to