this problem is mainly related to the emergence of a large number of CLOSE_WAIT
on the production server. In practice, the third-party interface is sometimes very slow, which is suspected to be related to it. In order to maintain the normal operation of our system, I think we still have to add timeout control in the interface call, using webservice
, please tell me how to set it? I looked for the following related classes, but could not find keywords such as timeout
, so I asked for help here.
Core class:
org.springframework.ws.client.core.support.WebServiceGatewaySupport