TempQueue and TempTopic return incorrect destination type
---------------------------------------------------------
Key: AMQNET-170
URL: https://issues.apache.org/activemq/browse/AMQNET-170
Project: ActiveMQ .Net
Issue Type: Bug
Components: ActiveMQ Client
Affects Versions: 1.1
Reporter: Jim Gomes
Assignee: Jim Gomes
Fix For: 1.1
Attachments: ActiveMQTempQueue.patch, ActiveMQTempTopic.patch
>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.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.