TIBCO Rendezvous Message Content

TIBCO Rendezvous messages are self-describing messages unless the Opaque adapter command (-OPAQUE) is specified.

A generic message contains an optional header and a message body. The header might contain the reply subject for messages as a data target sent to a certified receiver and a subject name.

The message body follows the optional header. The message body consists of either a single data object corresponding to a single, self-described, simple RV message or an RVMsg that implies a composite, complex RV message.

The RVMsg might contain multiple message content(s), each of which is either a single datum or a nested RVMsg. Each of these items has a corresponding XML tag that is automatically put in place because of the type tree initiator and terminator definitions. All messages start with the <Message> tag and terminate with a </Message> tag.