body

Type: Binary

The body property of the JadeGenericMessage class contains the information content of the message (often referred to as the payload) in a binary format. Assignment to the body property causes any data previously appended to be discarded.

The body of a message can also be built by appending data using the appendBinary, appendString, appendStringAsUtf8, or appendStringUtf8 methods of the JadeGenericMessage class.

The body property cannot be assigned to after calling the appendBodyTuple method of the JadeGenericMessage class or the beginMessage or putMessage method of the JadeGenericQueue class.