1 Reply Latest reply on Mar 7, 2005 11:03 AM by tom.elrod

    clustering

    triathlon98

      Sorry to ask this on the development forum, but I don't see a user forum for remoting.

      Does JBoss remoting support reaching a cluster? I would like to install a service as a singleton, running on one node of the cluster, but with failover to the other nodes.

      Is this supported by Jboss remoting? I have not found a reference to clustering in the docs.

      Joachim

        • 1. Re: clustering

          This is not currently supported by the core remoting framework. However, this is already being done outside of remoting as an interceptor (that actual implementation is in EJB3, which supports fail over).

          This will probably become a feature within the remoting project at some point though.