From 1158881d00ab9033c051a4bd1df84987996939fc Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Thu, 3 Apr 2014 17:31:21 +0100 Subject: [PATCH] Add activemq properties to appendix Fixes gh-618 --- .../src/main/asciidoc/appendix-application-properties.adoc | 2 ++ 1 file changed, 2 insertions(+) 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 c8d0d8a961de..7ffc26bd3b94 100644 --- a/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc +++ b/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc @@ -161,6 +161,8 @@ content into your application; rather pick only the properties that you need. # ACTIVEMQ ({sc-spring-boot-autoconfigure}/jms/ActiveMQProperties.{sc-ext}[ActiveMQProperties]) spring.activemq.broker-url=tcp://localhost:61616 # connection URL + spring.activemq.user= + spring.activemq.password= spring.activemq.in-memory=true spring.activemq.pooled=false