AMQP-485: Fix SimpleMessageLContainer JavaDoc

JIRA: https://jira.spring.io/browse/AMQP-485
This commit is contained in:
Attila Bukor
2015-03-17 10:32:15 +01:00
committed by Artem Bilan
parent 8d65032fd5
commit 96386ffa5e

View File

@@ -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)
*/