mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 20:19:06 +00:00
Polish "Fix handling of JMS listener concurrency properties"
See gh-37180
This commit is contained in:
+2
-1
@@ -146,7 +146,8 @@ public class JmsProperties {
|
||||
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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user