Re: Load Balancing Question

2007-10-02 Thread Mario Siegenthaler
I think you're issue is the prefetching of messages that is done by ActiveMQ. Set the prefetchSize to 1 and it should work as you expect it. See http://activemq.apache.org/what-is-the-prefetch-limit-for.html Mario On 10/2/07, Ned Wolpert [EMAIL PROTECTED] wrote: Folks- I'm trying to see how

Re: Load Balancing Question

2007-10-02 Thread Ned Wolpert
Thanks, that was what I needed. (I also got a response from the activemessaging group too for this) On 10/2/07, Mario Siegenthaler [EMAIL PROTECTED] wrote: I think you're issue is the prefetching of messages that is done by ActiveMQ. Set the prefetchSize to 1 and it should work as you expect