mirror of
https://github.com/apache/activemq.git
synced 2025-02-16 15:08:10 +00:00
even more input to doc comment re pooling: https://issues.apache.org/activemq/browse/AMQ-2806
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@958962 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8f3e831fcf
commit
4a23f0d1c1
@ -49,8 +49,8 @@ import org.apache.commons.pool.impl.GenericObjectPoolFactory;
|
||||
* where they'll get held until the consumer is active again.
|
||||
*
|
||||
* If you are creating a collection of consumers (for example, for multi-threaded message consumption), you
|
||||
* might want to consider using a lower value for each consumer (e.g. 10 or 20), to ensure that all messages
|
||||
* don't end up going to just one of the consumers. See this FAQ entry for more detail:
|
||||
* might want to consider using a lower prefetch value for each consumer (e.g. 10 or 20), to ensure that
|
||||
* all messages don't end up going to just one of the consumers. See this FAQ entry for more detail:
|
||||
* http://activemq.apache.org/i-do-not-receive-messages-in-my-second-consumer.html
|
||||
*
|
||||
* @org.apache.xbean.XBean element="pooledConnectionFactory"
|
||||
|
Loading…
x
Reference in New Issue
Block a user