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