From fbc1d3eec0a30906d7ff65a8d617ed90df87595b Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 5 Jun 2014 16:10:35 +0100 Subject: [PATCH] Fix section title depth in JMS docs --- spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc b/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc index 7e6c575b6c6..3ebc52de28a 100644 --- a/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc +++ b/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc @@ -1699,7 +1699,7 @@ components require a `ConnectionFactory` to operate. [[boot-features-hornetq]] -==== HornetQ support +=== HornetQ support Spring Boot can auto-configure a `ConnectionFactory` when it detects that HornetQ is available on the classpath. If the broker is present, an embedded @@ -1742,7 +1742,7 @@ names, either using the ``name'' attribute in the HornetQ configuration or the names provided through configuration. [[boot-features-activemq]] -==== ActiveMQ support +=== ActiveMQ support Spring Boot can also configure a `ConnectionFactory` when it detects that ActiveMQ is available on the classpath. If the broker is present,