简体   繁体   中英

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

I create a flow with an inbound HTTP endpoint according to the document( click here ):

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

And how to set a request timeout in http:inbound-endpoint?

您实际上设置了responseTimeout属性。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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