Merge branch '2.0.x'
This commit is contained in:
commit
9da0b25890
@ -1164,6 +1164,7 @@ content into your application. Rather, pick only the properties that you need.
|
||||
spring.rabbitmq.publisher-confirms=false # Whether to enable publisher confirms.
|
||||
spring.rabbitmq.publisher-returns=false # Whether to enable publisher returns.
|
||||
spring.rabbitmq.requested-heartbeat= # Requested heartbeat timeout; zero for none. If a duration suffix is not specified, seconds will be used.
|
||||
spring.rabbitmq.ssl.algorithm= # SSL algorithm to use. By default, configured by the Rabbit client library.
|
||||
spring.rabbitmq.ssl.enabled=false # Whether to enable SSL support.
|
||||
spring.rabbitmq.ssl.key-store= # Path to the key store that holds the SSL certificate.
|
||||
spring.rabbitmq.ssl.key-store-password= # Password used to access the key store.
|
||||
@ -1171,7 +1172,8 @@ content into your application. Rather, pick only the properties that you need.
|
||||
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-type=JKS # Trust store type.
|
||||
spring.rabbitmq.ssl.algorithm= # SSL algorithm to use. By default, configured by the Rabbit client library.
|
||||
spring.rabbitmq.ssl.validate-server-certificate=true # Whether to enable server side certificate validation.
|
||||
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.
|
||||
spring.rabbitmq.template.exchange= # Name of the default exchange to use for send operations.
|
||||
spring.rabbitmq.template.mandatory= # Whether to enable mandatory messages.
|
||||
spring.rabbitmq.template.queue= # Name of the default queue to receive messages from when none is specified explicitly.
|
||||
|
Loading…
x
Reference in New Issue
Block a user