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 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
