Yeah, not only for ESB, but for any generic client-server system this should
not cause any problems as long as the first machine is kept online until all
requests it received have been served. If that machine is taken offline
immediately, the request which were in flight and which were being processed
will fail. So there should be a graceful mechanism to do this, like our
graceful shutdown procedure. Subsequent requests should be successfully
forwarded to the new machine though.

Azeez

On Sat, Dec 12, 2009 at 5:23 AM, Supun Kamburugamuwa <[email protected]> wrote:

> Hi,
>
> Suppose we have several back end services and ESB refer to them using
> a URL. These URLs are DNS resolvable URLs not IP address. Suppose we
> substitute a new physical machine with a different IP and configure
> the DNS server to point to the new IP for the same old URL. The
> question is what will happen?
>
> From the code it seems ESB will work correctly. I thought of bringing
> this question up to make sure that it will work.
>
> Thanks,
> Supun..
>
> _______________________________________________
> Carbon-dev mailing list
> [email protected]
> https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>



-- 
--
Afkham Azeez
[email protected]
WSO2 Inc. http://wso2.com
Blog: http://afkham.org
_______________________________________________
Carbon-dev mailing list
[email protected]
https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev

Reply via email to