Set the JMS transport for the Central Logger in the asg.properties file as follows:
Procedure
Navigate to the
ASG_CONFIG_HOME directory.
Open the asg.properties file in a text editor.
Set the value of following property to JMS:
tibco.clientVar.ASG/Logging/transport=JMS
Save changes to the file.
Open the asg_cl.properties file in a text editor.
Enable the JMS transport as follows:
tibco.clientVar.ASG/Logging/transport=JMS
Save changes to the file.
Note: The default value of logging transport is RV which means that Rendezvous is used for communication between the Core Engine and Central Logger. Setting the value to JMS specifies that JMS transport is used for communication between the Core Engine and the Central Logger.