Setting JMS Transport for Central Logger

Set the JMS transport for the Central Logger in the asg.properties file as follows:

Procedure

  1. Navigate to the ASG_CONFIG_HOME directory.
  2. Open the asg.properties file in a text editor.
  3. Set the value of following property to JMS:
       tibco.clientVar.ASG/Logging/transport=JMS
  4. Save changes to the file.
  5. Open the asg_cl.properties file in a text editor.
  6. Enable the JMS transport as follows:
       tibco.clientVar.ASG/Logging/transport=JMS
  7. 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.