Skip to content

Commit 1158881

Browse files
author
Dave Syer
committed
Add activemq properties to appendix
Fixes gh-618
1 parent dcdeadf commit 1158881

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
@@ -161,6 +161,8 @@ content into your application; rather pick only the properties that you need.
161161
162162
# ACTIVEMQ ({sc-spring-boot-autoconfigure}/jms/ActiveMQProperties.{sc-ext}[ActiveMQProperties])
163163
spring.activemq.broker-url=tcp://localhost:61616 # connection URL
164+
spring.activemq.user=
165+
spring.activemq.password=
164166
spring.activemq.in-memory=true
165167
spring.activemq.pooled=false
166168

0 commit comments

Comments
 (0)