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

时间:2011-11-24 03:06:09

标签: java http mule endpoint

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

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

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

1 个答案:

答案 0 :(得分:0)

您实际设置了 responseTimeout 属性。