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.