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
+4-3
Original file line number
Diff line number
Diff line change
@@ -147,7 +147,8 @@ public static class Listener {
147
147
privateAcknowledgeModeacknowledgeMode;
148
148
149
149
/**
150
-
* Minimum number of concurrent consumers.
150
+
* Minimum number of concurrent consumers. When max-concurrency is not specified
151
+
* the minimum will also be used as the maximum.
151
152
*/
152
153
privateIntegerminConcurrency;
153
154
@@ -210,8 +211,8 @@ 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