You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Jim Gomes (JIRA)" <ji...@apache.org> on 2009/07/01 16:32:07 UTC

[jira] Updated: (AMQNET-170) TempQueue and TempTopic return incorrect destination type

     [ https://issues.apache.org/activemq/browse/AMQNET-170?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jim Gomes updated AMQNET-170:
-----------------------------

    Attachment: ActiveMQTempTopic.patch
                ActiveMQTempQueue.patch

Patches from Iddo Shoham.

> 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.