【发布时间】: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 中设置请求超时?
【问题讨论】: