Fix JmsTemplate default pubSubDomain setting
Prior to this commit, a JmsTemplate bean created automatically by Boot had its "pubSubDomain" flag enabled. It's far more usual to fallback on queue rather than topic. This commit flips the default value of the configuration property.
This commit is contained in:
committed by
Dave Syer
parent
ae7098ae1d
commit
c4ffe721c7
@@ -171,7 +171,7 @@ content into your application; rather pick only the properties that you need.
|
||||
spring.activemq.pooled=false
|
||||
|
||||
# JMS ({sc-spring-boot-autoconfigure}/jms/JmsTemplateProperties.{sc-ext}[JmsTemplateProperties])
|
||||
spring.jms.pub-sub-domain=
|
||||
spring.jms.pub-sub-domain= # false for queue (default), true for topic
|
||||
|
||||
# SPRING BATCH ({sc-spring-boot-autoconfigure}/batch/BatchDatabaseInitializer.{sc-ext}[BatchDatabaseInitializer])
|
||||
spring.batch.job.names=job1,job2
|
||||
|
||||
Reference in New Issue
Block a user