Re: C# NMS questions.

2008-02-20 Thread semog
Hi Scott, The connect/reconnect scenario is implementation specific, which means it'll be manual. I've done something similar to what you are trying to do, but the re-connect is quiet since my application doesn't have any user interface. Some applications may not want to re-connect, others may

Re: C# NMS questions.

2008-02-20 Thread [EMAIL PROTECTED]
> Have you tried to test this scenario? I believe you should get some > exception when connection is broken. Yes, it does...but recovery is manual... ie. Upon failure, I have to start a timer, and try and reconnect, upon success, I then have to recreate my session and all my consumers, seems cu

Re: C# NMS questions.

2008-02-19 Thread Oleg Deribas
[EMAIL PROTECTED] wrote: Ideally, I would like to alert the user when the broker/connection goes down, and when it comes back up. Have you tried to test this scenario? I believe you should get some exception when connection is broken. -- Oleg