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 2010/03/18 00:45:46 UTC

[jira] Work logged: (AMQNET-244) NMS Temporary Topic and Queue should implement ITopic and IQueue respectively.

     [ https://issues.apache.org/activemq/browse/AMQNET-244?page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#action_36911 ]

Jim Gomes logged work on AMQNET-244:
------------------------------------

                Author: Jim Gomes
            Created on: 17/Mar/10 11:44 PM
            Start Date: 17/Mar/10 11:44 PM
    Worklog Time Spent: 20 minutes 

Issue Time Tracking
-------------------

            Time Spent: 20 minutes
    Remaining Estimate: 0 minutes

> NMS Temporary Topic and Queue should implement ITopic and IQueue respectively.
> ------------------------------------------------------------------------------
>
>                 Key: AMQNET-244
>                 URL: https://issues.apache.org/activemq/browse/AMQNET-244
>             Project: ActiveMQ .Net
>          Issue Type: Improvement
>          Components: ActiveMQ, EMS, MSMQ, NMS, Stomp
>    Affects Versions: 1.2.0
>            Reporter: Timothy Bish
>            Assignee: Jim Gomes
>            Priority: Minor
>             Fix For: 1.3.0
>
>          Time Spent: 20 minutes
>  Remaining Estimate: 0 minutes
>
> The interfaces for ITemporaryTopic and ITemporaryQueue extend the IDestination interface instead of their respective ITopic and IQueue interfaces.  The types are Topics and Queue, they just represent temporary versions.  The QueueBrowser functionality should be able to operate on either but would require additional create methods just to support temp queues, or they'd have to specify the more generic IDestination interface as their destination parameter which isn't as descriptive. 
> The Temporary destinations should also add the Delete method like the one's in the JMS spec have defined.  Clients can throw an Unsupported exception if no able to delete them.  

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.