【问题标题】:How to set a request timeout in http:inbound-endpoint in mule XML configuration file?如何在 mule XML 配置文件中的 http:inbound-endpoint 中设置请求超时?
【发布时间】:2011-11-24 03:06:08
【问题描述】:

我根据文档(click here)创建了一个带有入站 HTTP 端点的流:

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

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

【问题讨论】:

    标签: java http mule endpoint


    【解决方案1】:

    您实际上设置了 responseTimeout 属性。

    【讨论】:

    • 您的意思是在http:inbound-endpoint 中设置属性responseTimeout 吗?
    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2018-03-31
    • 1970-01-01
    • 2020-02-03
    • 2014-01-06
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多