There are three ways Rendezvous messages can be created using rvtest.
Format | URI Scheme | URI Locator | Description |
---|---|---|---|
RV Format | rvformatfile | path rv format file | RV Format is used to build native RV Messages |
XML Format | xmlformatfile | path to xml document. | XML Format is used to build TIBCO XML Messages |
Custom Message Creator | class | Fully qualified class name. | The class uri can be used to construct TibrvMsgs from a Java class. |
When specifying a URI the scheme and locator are combined. For
example rvformatfile//rvmsg.xml
.