Re: C# Client throwing StackOverflowException (easy fix but can't fix it correctly)

2008-08-12 Thread sparky2708
Thanks Jim. I think the C# client is working (well, kind of.. I am going to post a bug that I am seeing that I think is related to ActiveMQ 5.1 broker and not particular to the C# client). That one I don't know how to troubleshoot. semog wrote: > > I logged a Jira [AMQNET-102] for this, fixed

Re: C# Client throwing StackOverflowException (easy fix but can't fix it correctly)

2008-08-11 Thread Jim Gomes
I logged a Jira [AMQNET-102] for this, fixed it, and checked it in. If you get latest, you should see the fix. Would you test it out and make sure it now works for you. Thanks, Jim On Mon, Aug 11, 2008 at 3:50 PM, sparky2708 <[EMAIL PROTECTED]> wrote: > > Just looked at the code for the C# cli

C# Client throwing StackOverflowException (easy fix but can't fix it correctly)

2008-08-11 Thread sparky2708
Just looked at the code for the C# client from the trunk and it doesn't work. In class ActiveMQDestination.cs I get StackOverflowException – this is pretty straightforward if you look at the code below from ActiveMQ. How can this be put into the code base? (it is an infinite loop). I don't know ho