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/j...
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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...