We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fb58cd commit 9c02a99Copy full SHA for 9c02a99
spring-jms/src/main/java/org/springframework/jms/annotation/JmsListener.java
@@ -114,7 +114,8 @@
114
String selector() default "";
115
116
/**
117
- * The concurrency limits for the listener, if any.
+ * The concurrency limits for the listener, if any. Overrides the value defined
118
+ * by the container factory used to create the listener container.
119
* <p>The concurrency limits can be a "lower-upper" String — for example,
120
* "5-10" — or a simple upper limit String — for example, "10", in
121
* which case the lower limit will be 1.
0 commit comments