The standard and certified mode input adapters provide several configuration properties.
These include:
| Property Name (Screen) | Type | Description |
| Service | String | The Service property specifies the Operating System network UDP service that should be used to send/receive messages (for example, "rendezvous:5238"). If it is left blank, the service named "rendezvous" is used by default, with default port number 7500. |
| Network | String | If the Rendezvous daemon host computer has multiple Operating System network interfaces, the Network property must be used to specify which one should be used for Rendezvous message traffic (for example, "lan0"). Otherwise, this property may be left blank. |
| Daemon | String | The Daemon property specifies the name of the Rendezvous daemon host computer and the port number that should be used to communicate with it (for example, "myHost1:7675"). If this is left blank, the Rendezvous default port is used. |
| Subject | String | The Subject property specifies the Rendezvous Subject name to be associated with the incoming messages (for example, "Trades.Live"). Tibco wildcards are allowed in the subject if you want to listen for messages with different subjects; for example, you may specify "Trades.>" if you want to list all messages that contain subjects that start with "Trades.". |
The certified mode input adapter also requires the following properties:
| Property Name (Screen) | Type | Description |
|---|---|---|
| TransportName | String | (Required). The CM Correspondent Name. The value must conform to the Rendezvous identifier rules and must be unique across all connections to the Rendezvous daemon. |
| Ledger | String | (Required). The path and name of a file to use as the Rendezvous persistent ledger. The adapter stores Rendezvous-specific information in this file and allows the adapter to recover from disconnects and crashes/restarts. The file can exist anywhere within the file system, not just within the Sybase CEP directories. However, Rendezvous requires that it must exist within the local file system. |
Note: Each input stream has a property (see the stream's Properties tab in Studio) that can specify whether to use the current server timestamp value instead of the row timestamp set by the adapter. If this stream property is set to true, it overrides any row timestamp set by the adapter.
The properties are more fully described in the TIBCO Rendezvous documentation.