Description
From e-mail from Iddo Shoham:
I think I found a problem in ActiveMQTempQueue.cs and ActiveMQTempTopic.cs. As far as I can understand in their overridden method GetDestinationType() they should be returning :
ACTIVEMQ_TEMPORARY_TOPIC and ACTIVEMQ_TEMPORARY_QUEUE.
I checked in my java code and with the same message:
In java IsTemporary() returns true and in .net the IsTemporary property returns false. After I changed ActiveMQTempQueue.cs and ActiveMQTempTopic.cs. I get the same results.