Skip to content

Commit 3493341

Browse files
committed
Polish
1 parent a50686b commit 3493341

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -961,12 +961,12 @@ content into your application; rather pick only the properties that you need.
961961
spring.rabbitmq.publisher-confirms=false # Enable publisher confirms.
962962
spring.rabbitmq.publisher-returns=false # Enable publisher returns.
963963
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.
964965
spring.rabbitmq.ssl.enabled=false # Enable SSL support.
965966
spring.rabbitmq.ssl.key-store= # Path to the key store that holds the SSL certificate.
966967
spring.rabbitmq.ssl.key-store-password= # Password used to access the key store.
967968
spring.rabbitmq.ssl.trust-store= # Trust store that holds SSL certificates.
968969
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.
970970
spring.rabbitmq.template.mandatory=false # Enable mandatory messages.
971971
spring.rabbitmq.template.receive-timeout=0 # Timeout for `receive()` methods.
972972
spring.rabbitmq.template.reply-timeout=5000 # Timeout for `sendAndReceive()` methods.

0 commit comments

Comments
 (0)