From 548190673c3d9e98c190c143d58a3ca0e0b1981d Mon Sep 17 00:00:00 2001 From: ajk Date: Tue, 25 Oct 2016 22:05:28 -0700 Subject: [PATCH] Fix indentation for spring.jms.template.* keys Closes gh-7224 --- .../asciidoc/appendix-application-properties.adoc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc b/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc index c570ffb9bf..476b82e9d8 100644 --- a/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc +++ b/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc @@ -843,12 +843,12 @@ content into your application; rather pick only the properties that you need. spring.jms.listener.max-concurrency= # Maximum number of concurrent consumers. spring.jms.pub-sub-domain=false # Specify if the default destination type is topic. spring.jms.template.default-destination= # Default destination to use on send/receive operations that do not have a destination parameter. - spring.jms.template.delivery-delay= # Delivery delay to use for send calls in milliseconds. - spring.jms.template.delivery-mode= # Delivery mode. Enable QoS when set. - spring.jms.template.priority= # Priority of a message when sending. Enable QoS when set. - spring.jms.template.qos-enabled= # Enable explicit QoS when sending a message. - spring.jms.template.receive-timeout= # Timeout to use for receive calls in milliseconds. - spring.jms.template.time-to-live= # Time-to-live of a message when sending in milliseconds. Enable QoS when set. + spring.jms.template.delivery-delay= # Delivery delay to use for send calls in milliseconds. + spring.jms.template.delivery-mode= # Delivery mode. Enable QoS when set. + spring.jms.template.priority= # Priority of a message when sending. Enable QoS when set. + spring.jms.template.qos-enabled= # Enable explicit QoS when sending a message. + spring.jms.template.receive-timeout= # Timeout to use for receive calls in milliseconds. + spring.jms.template.time-to-live= # Time-to-live of a message when sending in milliseconds. Enable QoS when set. # RABBIT ({sc-spring-boot-autoconfigure}/amqp/RabbitProperties.{sc-ext}[RabbitProperties]) spring.rabbitmq.addresses= # Comma-separated list of addresses to which the client should connect.