TibrvMsg.getByteSize()

Method

Declaration

int getByteSize()
  throws TibrvException

Purpose

Return the size of a message (in bytes).

Remarks

This measurement accounts for the actual space that the message occupies (in wire format), including its header and its fields. It does not include address information, such as the subject or reply subject.

Programs can use this call as part of these tasks:

Assess throughput rates.
Limit output rates (also called throttling).