Polish "Fix handling of JMS listener concurrency properties"

See gh-37180
This commit is contained in:
Andy Wilkinson 2023-09-22 16:48:35 +01:00
parent 366607f517
commit feae7be0a1

View File

@ -146,7 +146,8 @@ public class JmsProperties {
private AcknowledgeMode acknowledgeMode; private AcknowledgeMode acknowledgeMode;
/** /**
* Minimum number of concurrent consumers. * Minimum number of concurrent consumers. When max-concurrency is not specified
* the minimum will also be used as the maximum.
*/ */
private Integer concurrency; private Integer concurrency;