Sounds like, based on what you are looking for, EJB3 (which runs on top of remoting) might be a better option for you than just JBoss Remoting. You can find more information about EJB3 at http://www.jboss.com/products/ejb3.
However, if still want to use just JBoss Remoting, there is an example of using failover via regular POJOs using remoting transporter at http://labs.jboss.com/portal/jbossremoting/docs/transporter/transporter_sample.html#d0e326. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3915821#3915821 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3915821 ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
