AMQP-485: Fix SimpleMessageLContainer JavaDoc
JIRA: https://jira.spring.io/browse/AMQP-485
This commit is contained in:
committed by
Artem Bilan
parent
8d65032fd5
commit
96386ffa5e
@@ -218,7 +218,7 @@ public class SimpleMessageListenerContainer extends AbstractMessageListenerConta
|
||||
* <p>
|
||||
* Raising the number of concurrent consumers is recommended in order to scale the consumption of messages coming in
|
||||
* from a queue. However, note that any ordering guarantees are lost once multiple consumers are registered. In
|
||||
* general, stick with 1 consumer for low-volume queues. Cannot be less than {@link #maxConcurrentConsumers} (if set).
|
||||
* general, stick with 1 consumer for low-volume queues. Cannot be more than {@link #maxConcurrentConsumers} (if set).
|
||||
* @param concurrentConsumers the minimum number of consumers to create.
|
||||
* @see #setMaxConcurrentConsumers(int)
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user