This site contains the documentation that is relevant to older WSO2 product versions and offerings.
For the latest WSO2 documentation, visit https://wso2.com/documentation/.
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.