Yes you can have failover without clustering, but it's not automatic. You need to catch the exception from the ExceptionListener and recreate your connection on the new node.
You can use HA-JNDI to look up the node in the cluster. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4188908#4188908 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4188908 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
