Re: What is the resource footprint of a queue on broker and client sides?

2011-09-15 Thread vdevadhar
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 --

What is the resource footprint of a queue on broker and client sides?

2011-06-30 Thread vdevadhar
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

Re: Queue/Message Fairness as oppose to Client Fairness

2011-05-24 Thread vdevadhar
> 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