[jboss-user] [JBoss Messaging] - Re: two server cluster - consumer count 2

timfox do-not-reply at jboss.com
Wed Jun 20 17:02:05 EDT 2007


You haven't explained why it is a problem for you to have both connections created on the same node.

If you use a connection factory with loadBalancing = true, then it will round robin the creation of the connections on the two nodes.

This gives a good distribution of connections when you have many connections.

I can only assume from your post that you actually want your connections always created on the same node given a specific connection factory??

In which case deploy a cf with supportsLoadBalancing = false;

See the userguide for more details:

http://labs.jboss.com/file-access/default/members/jbossmessaging/freezone/docs/userguide-1.3.0.GA/html/configuration.html#conf.connectionfactory.attribuAtes.supportsloadbalancing





View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4056190#4056190

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4056190



More information about the jboss-user mailing list