Customize default JmsListenerFactory

Expose acknowledgment mode and concurrency settings in configuration for
 the default `JmsListenerContainerFactory`

 Closes gh-3519
This commit is contained in:
Stephane Nicoll
2015-07-16 14:39:48 +02:00
parent c0d0aeac5b
commit 22a7b0cdee
5 changed files with 186 additions and 2 deletions

View File

@@ -523,6 +523,9 @@ content into your application; rather pick only the properties that you need.
# JMS ({sc-spring-boot-autoconfigure}/jms/JmsProperties.{sc-ext}[JmsProperties])
spring.jms.jndi-name= # JNDI location of a JMS ConnectionFactory
spring.jms.listener.acknowledgment-mode= # session acknowledgment mode
spring.jms.listener.concurrency= # minimum number of concurrent consumers
spring.jms.listener.maxConcurrency= # maximum number of concurrent consumers
spring.jms.pub-sub-domain= # false for queue (default), true for topic
# Email ({sc-spring-boot-autoconfigure}/mail/MailProperties.{sc-ext}[MailProperties])