File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
spring-boot-docs/src/main/asciidoc Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -961,12 +961,12 @@ content into your application; rather pick only the properties that you need.
961
961
spring.rabbitmq.publisher-confirms=false # Enable publisher confirms.
962
962
spring.rabbitmq.publisher-returns=false # Enable publisher returns.
963
963
spring.rabbitmq.requested-heartbeat= # Requested heartbeat timeout, in seconds; zero for none.
964
+ spring.rabbitmq.ssl.algorithm= # SSL algorithm to use. By default configure by the rabbit client library.
964
965
spring.rabbitmq.ssl.enabled=false # Enable SSL support.
965
966
spring.rabbitmq.ssl.key-store= # Path to the key store that holds the SSL certificate.
966
967
spring.rabbitmq.ssl.key-store-password= # Password used to access the key store.
967
968
spring.rabbitmq.ssl.trust-store= # Trust store that holds SSL certificates.
968
969
spring.rabbitmq.ssl.trust-store-password= # Password used to access the trust store.
969
- spring.rabbitmq.ssl.algorithm= # SSL algorithm to use. By default configure by the rabbit client library.
970
970
spring.rabbitmq.template.mandatory=false # Enable mandatory messages.
971
971
spring.rabbitmq.template.receive-timeout=0 # Timeout for `receive()` methods.
972
972
spring.rabbitmq.template.reply-timeout=5000 # Timeout for `sendAndReceive()` methods.
You can’t perform that action at this time.
0 commit comments