This documentation is for WSO2 ESB version 4.5.0. View documentation for the latest release.

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 $CARBON_HOME/repository/conf. Following properties can be used:

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