[jboss-user] [JBoss Messaging] - Re: Cluster messaging distribution
timfox
do-not-reply at jboss.com
Mon Dec 29 05:31:13 EST 2008
The first node is chosen randomly when creating the first connection from a clustered connection factory.
See http://www.jboss.org/file-access/default/members/jbossmessaging/freezone/docs/userguide-1.4.2.GA/html/c_configuration.html#c_conf.clusteredcfs
In your case, you only create one connection on the cf before throwing it away, so it will always be random.
Round robin only applies to subsequent connections from the same connection factory.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4198706#4198706
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4198706
More information about the jboss-user
mailing list