Dear Active MQ Users,
Re-posting this question due to lack of reply; We are seeing 420K memory
used per queue in the broker; Is that expected? This information is vital in
our decision making; If any of you know, please respond.
Thanks
Vijay
--
Dear Active MQ users group,
I am benchmarking the maximum number of queues that activemq can support;
With default config I can
go up to 1000 queues;
For more than 1000, I need to add in the -
xbean:conf/activemq-scalability.xml to the command line for
broker startup;
I also needed to change
> To get more control of the scheduling, you will need to specify the
> TaskRunnerFactory for the broker and specify 1 for the
> maxIterationsPerRun so that it will move on to another task (each
> destination dispatch is a task) immediately.
How do I do the above? I grepped for TaskRunnerFactory