Re: NMS not listening properly to Connection Interrupted and Connection

2010-01-27 Thread Tammer Salem
Got it - thanks! I've now set-up an ExceptionListener and have been able to generate an exception. For anyone else interested - if you're using the emulator and simulate a network failure by simply turning off the network in the emulator configuration, an exception of System.IO.IOException is thr

Re: NMS not listening properly to Connection Interrupted and Connection

2010-01-26 Thread Timothy Bish
On Tue, 2010-01-26 at 07:50 -0800, Tammer Salem wrote: > Hello All, > I've successfully written a .NET Compact Framework client that can send and > receive messages using the new NMS Stomp packages (Excellent work!) > > I'm now trying to cater for dropped connections. The application will have > t