On 3/8/07, drvillo <[EMAIL PROTECTED]> wrote:
HI James
thanks a lot, now it's clearer, but I still cannot figure
out why only a portion of the session available are used.
Is it possible that I'm not feeding the consumer fast enough,
even if the queue is not empty?
Yeah it could be. Try flood
HI James
thanks a lot, now it's clearer, but I still cannot figure
out why only a portion of the session available are used.
Is it possible that I'm not feeding the consumer fast enough,
even if the queue is not empty?
Moreover, using maxMessagesPerSession=1000 means that the
queue size is = #pe
I've documented the settings a little better here...
http://cwiki.apache.org/ACTIVEMQ/activation-spec-properties.html
On 3/1/07, drvillo <[EMAIL PROTECTED]> wrote:
Hi all
this is (hopefully finally) an optimization topic:
Each message I consume takes ~30 seconds to complete, thus
to increase
Hi all
this is (hopefully finally) an optimization topic:
Each message I consume takes ~30 seconds to complete, thus
to increase throughput I'm trying to get as many threads
as possible to process them in parallel.
Right now I have configured Jencks to use 300 threads,
with the following Activa