SPR-14290
master
Stephane Nicoll 8 years ago
parent 3fb58cda8e
commit 9c02a99d38
  1. 3
      spring-jms/src/main/java/org/springframework/jms/annotation/JmsListener.java

@ -114,7 +114,8 @@ public @interface JmsListener {
String selector() default ""; 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, * <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 * "5-10" &mdash; or a simple upper limit String &mdash; for example, "10", in
* which case the lower limit will be 1. * which case the lower limit will be 1.

Loading…
Cancel
Save