Rendezvous Session Connection Parameters For Core Engine and Central Logger Communication
List of Rendezvous session connection parameters for Core Engine and Central Logger Communication.
This section lists the properties required for Rendezvous communication between the Core Engine and the Central Logger. The properties are defined in the ASG_CONFIG_HOME/asg.properties and ASG_CONFIG_HOME/asg_cl.properties files.
Parameters for Rendezvous connection from Core Engine to Central Logger
The Core Engine uses the Rendezvous daemon to send messages to the Central Logger. Set the properties for the Core Engine to communicate with the Rendezvous daemon for the Central Logger in the ASG_CONFIG_HOME/asg.properties file as follows:
Parameter | Description |
---|---|
tibco.clientVar.Common/Connections/RV/SubjectPrefix | Specifies the prefix for the Rendezvous subject names used by the Core Engine to communicate with the other components. The default value is: TIBCO.ASG.INTERNAL |
tibco.clientVar.ASG/CL/RV/RvDaemon | Specifies the value of the Rendezvous daemon for the Core Engine to send messages to the Central Logger.
The default value is:tcp:7500. By default, this property is not defined in the ASG_CONFIG_HOME/asg.properties file. You must explicitly add this. |
tibco.clientVar.ASG/CL/RV/RvNetwork | Specifies the value of the Rendezvous network for the Core Engine to send messages to the Central Logger.
By default, this property is not defined in the ASG_CONFIG_HOME/asg.properties file. You must explicitly add this. |
tibco.clientVar.ASG/CL/RV/RvService | Specifies the value of the Rendezvous service for the Core Engine to send messages to the Central Logger.
The default value is: 7500. By default, this property is not defined in the ASG_CONFIG_HOME/asg.properties file. You must explicitly add this. |
Parameters for Rendezvous connection for Central Logger
The Central Logger uses the Rendezvous to listen to the messages from the Core Engine. Set the properties for the Central Logger to communicate with the Rendezvous daemon in ASG_CONFIG_HOME/asg_cl.properties file as follows:
Parameter | Description |
---|---|
tibco.clientVar.Common/Connections/RV/SubjectPrefix | Specifies the prefix for the Rendezvous subject names used by the Core Engine to communicate with the Central Logger and the Global Throttle Manager.
The default value is: TIBCO.ASG.INTERNAL |
tibco.clientVar.ASG/CL/RV/RvDaemon | Specifies the value of the Rendezvous daemon for the Central Logger to listen to the messages from the Core Engine.
The default value is: tcp:7500. By default, this property is not defined in the ASG_CONFIG_HOME/asg.properties file. You must explicitly add this. |
tibco.clientVar.ASG/CL/RV/RvNetwork | Specifies the value of the Rendezvous network for the Central Logger to listen to the messages from the Core Engine.
By default, this property is not defined in the ASG_CONFIG_HOME/asg.properties file. You must explicitly add this. |
tibco.clientVar.ASG/CL/RV/RvService | Specifies the value of the Rendezvous service for the Central Logger to listen to the messages from the Core Engine.
The default value is: 7500 . By default, this property is not defined in the ASG_CONFIG_HOME/asg.properties file. You must explicitly add this. |