File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/amqp
spring-boot-docs/src/main/asciidoc Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -218,8 +218,8 @@ public static class Ssl {
218218 private String trustStorePassword ;
219219
220220 /**
221- * The SSL algorithm to use (e.g. TLSv1.1). Default is set automatically by the
222- * rabbit client library.
221+ * SSL algorithm to use (e.g. TLSv1.1). Default is set automatically by the rabbit
222+ * client library.
223223 */
224224 private String algorithm ;
225225
Original file line number Diff line number Diff line change @@ -760,6 +760,7 @@ content into your application; rather pick only the properties that you need.
760760 spring.rabbitmq.ssl.key-store-password= # Password used to access the key store.
761761 spring.rabbitmq.ssl.trust-store= # Trust store that holds SSL certificates.
762762 spring.rabbitmq.ssl.trust-store-password= # Password used to access the trust store.
763+ spring.rabbitmq.ssl.algorithm= # SSL algorithm to use. By default configure by the rabbit client library.
763764 spring.rabbitmq.username= # Login user to authenticate to the broker.
764765 spring.rabbitmq.virtual-host= # Virtual host to use when connecting to the broker.
765766
You can’t perform that action at this time.
0 commit comments