1 Reply Latest reply on Feb 20, 2010 8:57 PM by ron_sigal

    Trasporter Server/Client and clustering question

      Hi all,

       

      I read the remoting  documentation, but it is still unclear to me if it is possible to lookup a specified list of URI's.

       

       

      Can I specify a list of url's of remoting servers for a client?

       

      Like

       

      ...TransporterClient.createTransporterClient("socket://server1:5400;socket://server2:5400", MyService, true);

       

      or, More importantly, is lookup of transporters (multicast driven on server side) based on the targetClass or uri driven (like port)?  My assumption is that it is targetClass driven, but I need confirmation.

       

      Thanks.

       

      Gugo

        • 1. Re: Trasporter Server/Client and clustering question
          ron_sigal

          Hi Gugo,

           

          The overloaded TransporterClient.createTransporterClient() methods take only a single InvokerLocator or a String that can be turned into a single InvokerLocator.

           

          gugo46 wrote:

           

          ... but I need confirmation.

           

           

          This is the part where I remind you that JBossRemoting is open source. 

           

          -Ron