简体   繁体   English

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

[英]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 ): 我根据文档创建带有入站HTTP终结点的流( 单击此处 ):

<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? 以及如何在http:inbound-endpoint中设置请求超时?

您实际上设置了responseTimeout属性。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Mule http:inbound-endpoint获取请求的主体 - Mule http:inbound-endpoint get body of request ule子vm:入站端点未触发 - Mule vm:inbound-endpoint not triggered VM 流是否支持 mulesoft 入站端点中的请求-响应交换模式? - Does VM flow support request-response exchange pattern in the inbound-endpoint in mulesoft? ule子https入站端点 - mule https inbound endpoint 在 tomcat 或 jetty 中部署 mule 应用程序时,如何在 configuration.xml 文件中将 http 端点更改为 servlet 端点? - While deploying mule application in tomcat or jetty , How to change http endpoints to servlet endpoints in configuration.xml file? 如何使用属性禁用Mule的IMAP入站端点 - How to disable Mule's IMAP inbound endpoint with property 如何为a子入站端点指定一种以上的内容类型 - How to specify more than 1 content type for a mule inbound endpoint Mule-测试具有入站/出站终结点且具有Mule属性作为文件路径的流 - Mule - testing a flow that has an inbound/outbound endpoint with a Mule property as the file path 如何使用Mule中的HTTP连接器刷新请求中的xml数据 - How to flush xml data in request by using HTTP connector in mule Mule Enrichment:使用http端点响应来丰富xml负载 - Mule Enrichment: enrich xml payload with http endpoint response
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM