Polish doc

SPR-14290
This commit is contained in:
Stephane Nicoll 2016-05-20 09:57:41 +02:00
parent 3fb58cda8e
commit 9c02a99d38
1 changed files with 2 additions and 1 deletions

View File

@ -114,7 +114,8 @@ public @interface JmsListener {
String selector() default "";
/**
* The concurrency limits for the listener, if any.
* The concurrency limits for the listener, if any. Overrides the value defined
* by the container factory used to create the listener container.
* <p>The concurrency limits can be a "lower-upper" String &mdash; for example,
* "5-10" &mdash; or a simple upper limit String &mdash; for example, "10", in
* which case the lower limit will be 1.