[jboss-user] [Clustering/JBoss] - Re: Cluster merge issues

bela@jboss.com do-not-reply at jboss.com
Wed Sep 19 07:05:08 EDT 2007


#1 Check that 'localhost' really resolve to the correct address (e.g. not to 127.0.0.1) on *all* hosts
#2 You can't set AUTO_RECONNECT declaratively, use the following code to do this:

JChannel ch;
ch.setOpt(Channel.AUTO_RECONNECT, true);

Possibly also
ch.setOpt(Channel.AUTO_GETSTATE, true);

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

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



More information about the jboss-user mailing list