Add ActiveMQ MQTT connection URL auto-detection

Fixes gh-1638
This commit is contained in:
Henryk Konsek
2014-09-30 12:46:05 +02:00
committed by Phillip Webb
parent 4c51aa8e28
commit 0d8bde58c9
3 changed files with 31 additions and 0 deletions

View File

@@ -284,6 +284,7 @@ content into your application; rather pick only the properties that you need.
spring.activemq.broker-url=tcp://localhost:61616 # connection URL
spring.activemq.user=
spring.activemq.password=
spring.activemq.autodetect-connection-url=true # attempt to guess URL based on classpath
spring.activemq.in-memory=true # broker kind to create if no broker-url is specified
spring.activemq.pooled=false