On 7/5/06, bmadigan <[EMAIL PROTECTED]> wrote:
I just found this post: http://www.nabble.com/Clustering-Topic-Consumers-tf1835532.html#a5009892 We can create logical topics using a Queue for each topic, then we can use Exclusive Consumers for load balancing. I don't think that would require much change.
Yes. If you want to increase the parallelization you can use message groups. One day I'd like us to implement virtual queues on top of durable topics so folks can use a single durable topic subscription as a virtual queue (so getting things like exclusive consumer or message group or just load balancing logic etc). http://issues.apache.org/activemq/browse/AMQ-452 -- James ------- http://radio.weblogs.com/0112098/
