If a queue is clustered and it has a local consumers then it distributes the messages to the local consumers in a round robin fashion. If a queue has no local consumers then it will distribute the messages around the cluster. If you have a clustered queue with only one consumer then (apart from failover) clustering won't really help you.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4188822#4188822 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4188822 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
