On 2/14/07, yolcuabbas <[EMAIL PROTECTED]> wrote:
thx for help. another question... what means actually queuePrefetch of 0?

Its the slowest possible way of consuming messages; basically no
message is sent to a client until it pulls it from the broker via a
consumer.receive() call.

http://activemq.apache.org/what-is-the-prefetch-limit-for.html

its only really useful if you have dodgy code (consumers being created
that are never used) or very small numbers of messages that take a
very long time to process


--

James
-------
http://radio.weblogs.com/0112098/

Reply via email to