Wire Formats

A wire formats defines the format in which messages are to be sent or received by endpoints.

TIBCO ActiveMatrix Adapter for SAP supports the following wire formats:
  • ActiveEnterprise Message (TIBCO Rendezvous only)

    ActiveEnterprise Message is an externally-described XML message format supported by TIBCO Adapter SDK. ActiveEnterprise standard wire format provides class information and packing rules for the TIBCO Adapter SDK set of data types. This format allows ActiveEnterprise components to perform extra validation on messages sent or received. Control information for validation is sent in the message. If no control information is included, an exception is returned to the subscriber.

    For more information about the control information generated and sent with TIBCO ActiveEnterprise messages, see TIBCO Adapter SDK Programmer’s Guide.

  • Rendezvous Message (TIBCO Rendezvous only)

    Rendezvous Message is a self-describing message format used by TIBCO Rendezvous applications. Control information for validation is not sent in the message. For Rendezvous wire format, a message of type RVMSG_RVMSG (Rendezvous 5.x) or TIBRVMSG_MSG (Rendezvous 6.x) is always sent. If a publisher sends a simple RVMSG_STRING or TIBRVMSG_STRING, an exception is passed to the subscribing application.

  • XML Message

    XML Message conforms to specifically constructed and fully compliant XML Schema (XSD) based on the existing definition of the ActiveEnterprise schema.