Browse Source

Polish "Fix handling of JMS listener concurrency properties"

See gh-37180
pull/38228/head
Andy Wilkinson 2 years ago
parent
commit
feae7be0a1
  1. 3
      spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/jms/JmsProperties.java

3
spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/jms/JmsProperties.java

@ -146,7 +146,8 @@ public class JmsProperties { @@ -146,7 +146,8 @@ public class JmsProperties {
private AcknowledgeMode acknowledgeMode;
/**
* Minimum number of concurrent consumers.
* Minimum number of concurrent consumers. When max-concurrency is not specified
* the minimum will also be used as the maximum.
*/
private Integer concurrency;

Loading…
Cancel
Save