...
Parameter Name | Description | Required | Possible Values | Default Value | ||
---|---|---|---|---|---|---|
non-blocking | Setting this parameter to true is vital for reliable messaging and a number of other scenarios to work properly. | Yes | true or false | true | ||
warnOnHTTP500 | Logs warnings for HTTP 500 responses only for the specified content-types. For example,
| No | A list of content types separated by "|" | |||
http.proxyHost | If the outgoing messages should be sent through an HTTP proxy server, use this parameter to specify the target proxy. | No | A host name or an IP address | |||
http.proxyPort | The port through which the target proxy accepts HTTP traffic. | No | A positive integer less than 65535 | |||
http.nonProxyHosts | The list of hosts to which the HTTP traffic should be sent directly without going through the proxy.
| No | A list of host names or IP addresses separated by '|' |
...