繁体   English   中英

如何在Mule XML配置文件的http:inbound-endpoint中设置请求超时?

[英]How to set a request timeout in http:inbound-endpoint in mule XML configuration file?

我根据文档创建带有入站HTTP终结点的流( 单击此处 ):

<flow name="testComponent">
    <http:inbound-endpoint name="clientEndpoint" address="http://localhost:8080/foo"/>
    <echo-component/>
</flow>

以及如何在http:inbound-endpoint中设置请求超时?

您实际上设置了responseTimeout属性。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM