[jboss-user] [Remoting] - Re: Sending to another host after connection was lost
ron.sigal@jboss.com
do-not-reply at jboss.com
Sun Mar 1 01:58:08 EST 2009
Well, that's a big question. Remoting has various services, such as connection monitoring and server discovery, that could be used to support failover. I'm going to suggest that you take a look at the clustered Transporter sample, which uses an org.jboss.remoting.detection.multicast.MulticastDetector to find alternative servers. There is a discussion in Section 12.9.5. "Transporter sample - clustered" of the Remoting Guide (http://www.jboss.org/jbossremoting/docs/guide/2.5/html/index.html). The sample code may be found in examples/org/jboss/remoting/samples/transporter/clustered in the distribution. Look at org.jboss.remoting.samples.transporter.clustered.client.Client.java in particular.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4213983#4213983
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4213983
More information about the jboss-user
mailing list