On 9/16/06, Dan Robin <[EMAIL PROTECTED]> wrote:
I am trying to write a consumer with the NMS C# library and I want to have it handle the case of a dropped network connection. It seems from these boads that the proper way to deal with this is to use the "failover" clause in the connection uri. However, it appears that the NMS library does not parse the "failover" and instead throws an exception. Is there a way to use "failover" with the NMS library? Is there another way to handle a dropped connection and reconnect to the producer and get my missed messages?
Currently the NMS client does not have support for failover transport. The ITransport implementation is pluggable so someone could write a failover handler in C# and we could use that. The best place to handle transport failover is in the ITransport layer (like we do in Java) -- James ------- http://radio.weblogs.com/0112098/
