Re: NMS: Strange behavior when re-connecting after connection abort

2008-08-18 Thread SebastianR.
Hiram Chirino wrote: > > A connection will hold on to messages that's trying to deliver to it's > client until the broker detects that the connection has failed. > > In the last case is you main thread blocked somewhere? > > Nope, the programm shuts down correctly, probably because at the re

Re: NMS: Strange behavior when re-connecting after connection abort

2008-08-14 Thread Hiram Chirino
A connection will hold on to messages that's trying to deliver to it's client until the broker detects that the connection has failed. In the last case is you main thread blocked somewhere? On Thu, Aug 14, 2008 at 8:07 AM, SebastianR. <[EMAIL PROTECTED]> wrote: > > Hello, > > First of all my set

NMS: Strange behavior when re-connecting after connection abort

2008-08-14 Thread SebastianR.
Hello, First of all my setup: NMS: Yesterdays HEAD SVN revision Broker: external broker running on ActiveMQ 4.1.1 .Net Framework: 2.0 IDE: MS Visual Studio 2008 with C# as programming language I recognize very strange behaviour when it comes to a connection failure. To show this I wrote a littl