WSO2 EI如何增加端点超时?

时间:2017-12-19 10:03:11

标签: wso2 ei

我已经设置了配置和端点超时但它的响应低于响应。

如果我想增加端点超时,我应该注意什么?

try catch

设置超时有3个步骤,但是显示错误....

1)synapse.properties中定义的全局超时(EI_HOME \ conf \ synapse.properties)

synapse.global_timeout_interval = 17000000

2)passthru-http.properties(EI_HOME \ conf \ passthru-http.properties)中定义的套接字超时

http.socket.timeout = 18000000

3)同时在API中设置超时。

<html>
    <body>
        <h1>504 Gateway Time-out</h1>
The server didn't respond in time.
    </body>
</html>

1 个答案:

答案 0 :(得分:0)

以下链接清楚地说明了在WSO2 EI中调整超时变量所需的配置。请再次参考。

https://docs.wso2.com/display/EI611/WSO2+Enterprise+Integrator+Best+Practices#WSO2EnterpriseIntegratorBestPractices-Workingwithendpoints

问题中共享的超时限制非常异常,为5小时。

请记住,以下......

  1. http.socket.timeout&gt; max(全局端点超时,各个端点的超时)。

  2. 此外,如果您在端点级别配置了超时值,则不会考虑该端点的全局超时值。对于没有配置超时值的所有其他端点,全局值被视为超时值。