簡體   English   中英

如何在Mule XML配置文件的http:inbound-endpoint中設置請求超時?

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

我根據文檔創建帶有入站HTTP終結點的流( 單擊此處 ):

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

以及如何在http:inbound-endpoint中設置請求超時?

您實際上設置了responseTimeout屬性。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM