Set HTTP client settings
Set your basic HTTP client settings with the following configuration properties.
### SPCM ###
sqs.spcm.base-url=http://localhost:8091/spcm-rest-ws (1)
sqs.spcm.connections-max=400 (2)
sqs.spcm.connect-timeout=3000 (3)
sqs.spcm.socket-timeout=60000 (4)
1 | Specifies the base URL for the spcm rest web service. |
2 | Sets the maximum connections between the SQS and the SPCM. |
3 | Sets the maximum timeout between the SQS and SPCM in milliseconds. |
4 | Sets the maximum socket timeout in milliseconds. |