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:
Gary Tully 2010-06-29 13:23:30 +00:00
parent 8f3e831fcf
commit 4a23f0d1c1

View File

@ -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"