Raw TIBCO Rendezvous Message Support
In some situations, you may want to send or receive TIBCO Rendezvous messages without specifying the exact input or output schema. For example, an application may send messages with three different structures on the same subject name. You are interested in receiving all messages, but you only want to process messages when the field named "orderType" has a value of "incomingOrder". ActiveMatrix BusinessWorks supplies a generic TIBCO Rendezvous message schema for handling incoming messages without specifying their structure.
The RawRVMsg2
schema describes a generic message structure. The structure contains a root element named msg
. In the msg element is a repeatable element named field
. Each field contains a name
, id
, and a choice element. The choice element contains the data of the field. A field’s data can be either a scalar value or another message.
Schema for RawRVMsg2.xsd illustrates the generic TIBCO Rendezvous message schema used in a Rendezvous Subscriber process starter.
Figure 102: Schema for RawRVMsg2.xsd
Before using the RawRVMsg2 schema, you must add the schema to your project. For more information about adding this schema to your project, see RawRVMsg2 Schema.