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# 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 how
> to fix this properly but can someone please have this fixed?
>
> public bool IsTopic
> {
> get
>        {
>        return IsTopic;
>        }
> }
>
> public bool IsQueue
> {
> get
>        {
>        return IsQueue;
>        }
> }
>
> --
> View this message in context:
> http://www.nabble.com/C--Client-throwing-StackOverflowException-%28easy-fix-but-can%27t-fix-it-correctly%29-tp18935248p18935248.html
> Sent from the ActiveMQ - User mailing list archive at Nabble.com.
>
>

Reply via email to