[jboss-user] [JBoss Messaging] - Re: client time out when last cluster node shutdown
rcrookevilela
do-not-reply at jboss.com
Sun Nov 30 04:01:55 EST 2008
I have modified MAX_RECONNECT_HOP_COUNT constant at ClusteringAspect to only retry 3 times to get one node to make the failover process.
Original source code:
http://viewvc.jboss.org/cgi-bin/viewvc.cgi/messaging/trunk/src/main/org/jboss/jms/client/container/ClusteringAspect.java?view=markup&pathrev=2464
to:
public static final int MAX_RECONNECT_HOP_COUNT = 3;
why this constant is hardcoded ???
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4193222#4193222
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4193222
More information about the jboss-user
mailing list