You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/jms/JmsProperties.java
+3-3
Original file line number
Diff line number
Diff line change
@@ -146,7 +146,8 @@ public static class Listener {
146
146
privateAcknowledgeModeacknowledgeMode;
147
147
148
148
/**
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.
150
151
*/
151
152
privateIntegerconcurrency;
152
153
@@ -198,8 +199,7 @@ public String formatConcurrency() {
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/jms/JmsPropertiesTests.java
0 commit comments