"gaohoward" wrote :
| Using /ClusteredConnectionFactory, each time you gets a connection, you connects to a
different node (round robin load balancing by default).
|
| By enable Message Suckers in the cluster, messages will be pulled off from nodes that
have no local consumers to the nodes that have local consumers but no messages in queue.
|
|
Actually that is not correct. In JBM 1.x messages will be redistributed from one node to
another if JBM determines that consumers on one node are sitting idle, whilst there are
messages and busy consumers on other nodes.
If you're seeing some consumers sitting idle while one node consumes all the messages
your system is probably misconfigured.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4240952#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...