parent
3fb58cda8e
commit
9c02a99d38
|
@ -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 — for example,
|
* <p>The concurrency limits can be a "lower-upper" String — for example,
|
||||||
* "5-10" — or a simple upper limit String — for example, "10", in
|
* "5-10" — or a simple upper limit String — for example, "10", in
|
||||||
* which case the lower limit will be 1.
|
* which case the lower limit will be 1.
|
||||||
|
|
Loading…
Reference in New Issue