Configure the Rendezvous Server settings using the rvDaemon, rvService, rvNetwork, cmmode, cmname, and cmledgerfile parameters.
These parameters are defined in the tibcorvadapter.xsd file in the config folder.
Parameter Name | Description |
---|---|
rvDaemon |
Type: string (Required) Specifies the colon-separated host name (or IP address) and port on which the Rendezvous server daemon runs. |
rvService |
Type: string (Optional) Specifies the name of the Rendezvous service. |
rvNetwork |
Type: string (Optional) Specifies the name of the Rendezvous network. |
cmmode |
Type: boolean (Required) Enables Certified Message (CM) transport mode for both input and output streams. Default value is false. |
cmname |
Type: string (Optional) Is a reusable name that identifies the CM transport to other CM transports. If its value is not specified in CM mode, then it defaults to 'sesp'. Its value is considered only if cmmode is set to true. |
cmledgerfile |
Type: string (Optional) Specify a valid file location to run the CM transport in file-based ledger mode. Otherwise, it runs in process-based ledger mode. Its value is considered only if cmmode is set to true. |