Messaging Parameters
You can set the following supported parameters for Messaging:
| Parameter Name | Description |
|---|---|
| consumerTimeout | RabbitMQ's consumer_timeout parameter, can be specified via the custom parameter consumer_timeout. An integer value greater than or equal to 1800000 is expected. The default value is 1800000. The unit is milliseconds. See Delivery Acknowledgement Timeout |
| tlsProtocols | You can specify the TLS protocol version via the custom parameter tls-protocols. The custom parameter tls-protocols correlates with RabbitMQ's configuration parameter ssl_options.versions, see Limiting TLS Versions Used by the Server. |
| tlsCiphers | You can limit the TLS ciphers via the custom parameter tls-ciphers. The custom parameter tls-ciphers correlates with RabbitMQ's configuration parameter ssl_options.ciphers, see Configuring Cipher Suites. An array with cipher names is expected. Caution: There is no validation enabled for the user provided value and therefore existing instances can break when applying this parameter. |