我根据文档(click here)创建一个带入站HTTP端点的流:
<flow name="testComponent">
<http:inbound-endpoint name="clientEndpoint" address="http://localhost:8080/foo"/>
<echo-component/>
</flow>
如何在http:inbound-endpoint中设置请求超时?
答案 0 :(得分:0)
您实际设置了 responseTimeout 属性。