Commit f468aff4 authored by Phillip Webb's avatar Phillip Webb

Merge remote-tracking branch '1.3.x'

parents 34b69156 ef7b511b
...@@ -275,8 +275,8 @@ public class RabbitProperties { ...@@ -275,8 +275,8 @@ public class RabbitProperties {
private String trustStorePassword; private String trustStorePassword;
/** /**
* The SSL algorithm to use (e.g. TLSv1.1). Default is set automatically by the * SSL algorithm to use (e.g. TLSv1.1). Default is set automatically by the rabbit
* rabbit client library. * client library.
*/ */
private String algorithm; private String algorithm;
......
...@@ -871,6 +871,7 @@ content into your application; rather pick only the properties that you need. ...@@ -871,6 +871,7 @@ content into your application; rather pick only the properties that you need.
spring.rabbitmq.ssl.key-store-password= # Password used to access the key store. spring.rabbitmq.ssl.key-store-password= # Password used to access the key store.
spring.rabbitmq.ssl.trust-store= # Trust store that holds SSL certificates. spring.rabbitmq.ssl.trust-store= # Trust store that holds SSL certificates.
spring.rabbitmq.ssl.trust-store-password= # Password used to access the trust store. spring.rabbitmq.ssl.trust-store-password= # Password used to access the trust store.
spring.rabbitmq.ssl.algorithm= # SSL algorithm to use. By default configure by the rabbit client library.
spring.rabbitmq.template.mandatory=false # Enable mandatory messages. spring.rabbitmq.template.mandatory=false # Enable mandatory messages.
spring.rabbitmq.template.receive-timeout=0 # Timeout for `receive()` methods. spring.rabbitmq.template.receive-timeout=0 # Timeout for `receive()` methods.
spring.rabbitmq.template.reply-timeout=5000 # Timeout for `sendAndReceive()` methods. spring.rabbitmq.template.reply-timeout=5000 # Timeout for `sendAndReceive()` methods.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment