Skip to content

Commit b77e3e5

Browse files
committed
Add missing properties
See gh-14259
1 parent 3493341 commit b77e3e5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -967,6 +967,8 @@ content into your application; rather pick only the properties that you need.
967967
spring.rabbitmq.ssl.key-store-password= # Password used to access the key store.
968968
spring.rabbitmq.ssl.trust-store= # Trust store that holds SSL certificates.
969969
spring.rabbitmq.ssl.trust-store-password= # Password used to access the trust store.
970+
spring.rabbitmq.ssl.validate-server-certificate=true # Whether to enable server side certificate validation.
971+
spring.rabbitmq.ssl.verify-hostname= # Whether to enable hostname verification. Requires AMQP client 4.8 or above and defaults to true when a suitable client version is used.
970972
spring.rabbitmq.template.mandatory=false # Enable mandatory messages.
971973
spring.rabbitmq.template.receive-timeout=0 # Timeout for `receive()` methods.
972974
spring.rabbitmq.template.reply-timeout=5000 # Timeout for `sendAndReceive()` methods.

0 commit comments

Comments
 (0)