Skip to content

Commit 9c02a99

Browse files
committed
Polish doc
SPR-14290
1 parent 3fb58cd commit 9c02a99

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

spring-jms/src/main/java/org/springframework/jms/annotation/JmsListener.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,8 @@
114114
String selector() default "";
115115

116116
/**
117-
* The concurrency limits for the listener, if any.
117+
* The concurrency limits for the listener, if any. Overrides the value defined
118+
* by the container factory used to create the listener container.
118119
* <p>The concurrency limits can be a "lower-upper" String &mdash; for example,
119120
* "5-10" &mdash; or a simple upper limit String &mdash; for example, "10", in
120121
* which case the lower limit will be 1.

0 commit comments

Comments
 (0)