Rendezvous Server Settings

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 Type Description
rvDaemon string (Required) Specifies the colon-separated host name (or IP address) and port on which the Rendezvous server daemon runs.
rvService string (Optional) Specifies the name of the Rendezvous service.
rvNetwork string (Optional) Specifies the name of the Rendezvous network.
cmmode boolean (Required) Enables Certified Message (CM) transport mode for both input and output streams. Default value is false.
cmname 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 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.