getTotalMessageLength

 

public int getTotalMessageLength();

Gets the total number of bytes in the message as stored on the message queue on which this message was held. This method reports the total size of the message on the queue when an MQQueue.get() method fails with an error code which indicates that the message has been truncated.


uj13720_