This is the WSO2 Data Services Server documentation version 2.6.3

Configuring CSG Properties

You can configure several properties of CSG (server and agent components) using a property file called csg.properties which should be placed either in CARBON classpath or inside $DSS_HOME/repository/conf. Following properties can be used:

  • csg.agent.connection.read_timeout : When the CSG Agent component which is downloading the WSDL, read-time out. Default is 100000 milliseconds.
  • csg.agent.connection.connect_timeout : When CSG Agent component which is downloading the WSDL, connect-time out. Default is 200000 milliseconds.
  • csg.jms.wait_reply : How long the CSG server component Proxy should wait for a reply listing on the JMS queue. Default is 30000 milliseconds.