Skip to content

Commit feae7be

Browse files
committed
Polish "Fix handling of JMS listener concurrency properties"
See spring-projectsgh-37180
1 parent 366607f commit feae7be

File tree

1 file changed

+2
-1
lines changed
  • spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/jms

1 file changed

+2
-1
lines changed

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,8 @@ public static class Listener {
146146
private AcknowledgeMode acknowledgeMode;
147147

148148
/**
149-
* Minimum number of concurrent consumers.
149+
* Minimum number of concurrent consumers. When max-concurrency is not specified
150+
* the minimum will also be used as the maximum.
150151
*/
151152
private Integer concurrency;
152153

0 commit comments

Comments
 (0)