Commit 1158881d authored by Dave Syer's avatar Dave Syer

Add activemq properties to appendix

Fixes gh-618
parent dcdeadf3
...@@ -161,6 +161,8 @@ content into your application; rather pick only the properties that you need. ...@@ -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]) # ACTIVEMQ ({sc-spring-boot-autoconfigure}/jms/ActiveMQProperties.{sc-ext}[ActiveMQProperties])
spring.activemq.broker-url=tcp://localhost:61616 # connection URL spring.activemq.broker-url=tcp://localhost:61616 # connection URL
spring.activemq.user=
spring.activemq.password=
spring.activemq.in-memory=true spring.activemq.in-memory=true
spring.activemq.pooled=false spring.activemq.pooled=false
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment