<httpClient failOverOn5XX="[boolean]" keepAliveTimeout="[long]" />
<beans>
<transport coreThreadPoolSize="20">
<ruleMatching />
<dispatching />
<userFeature />
<httpClient />
</transport>
</beans>
Name | Required | Default | Description | Example |
---|---|---|---|---|
failOverOn5XX | false | false |
Whether to retry again (possibly the next node, when load balancing is active) after a HTTP status code 500<=x<600 was received. | - |
adjustHostHeader | false | true |
Whether the HTTP "Host" header should be set before the response will be forwarded to its destination. | - |