You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Rob Godfrey (JIRA)" <qp...@incubator.apache.org> on 2006/12/16 15:19:21 UTC

[jira] Created: (QPID-204) Implement delete on TemporaryTopic

Implement delete on TemporaryTopic
----------------------------------

                 Key: QPID-204
                 URL: http://issues.apache.org/jira/browse/QPID-204
             Project: Qpid
          Issue Type: Bug
          Components: Java Client, JMS Compliance
            Reporter: Rob Godfrey
            Priority: Minor


Need to throw exception when there are still active consumers.
Since temporary topics are created as auto-delete on the broker, we do not need to issue a delete request.
Note this behavious is probably not quite right per the JMS spec, which would seem to allow you to temporarily unsubscribe from a temporary topic, and to subsequently re-subscribe.

To implement correctly we would need to have some sort of session level scoping for queues in the protocol.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Resolved: (QPID-204) Implement delete on TemporaryTopic

Posted by "Robert Greig (JIRA)" <qp...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/QPID-204?page=all ]

Robert Greig resolved QPID-204.
-------------------------------

    Fix Version/s: M2
       Resolution: Fixed

Committed rev 487804

> Implement delete on TemporaryTopic
> ----------------------------------
>
>                 Key: QPID-204
>                 URL: http://issues.apache.org/jira/browse/QPID-204
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Client, JMS Compliance
>            Reporter: Rob Godfrey
>            Priority: Minor
>             Fix For: M2
>
>         Attachments: QPID-204.patch
>
>
> Need to throw exception when there are still active consumers.
> Since temporary topics are created as auto-delete on the broker, we do not need to issue a delete request.
> Note this behavious is probably not quite right per the JMS spec, which would seem to allow you to temporarily unsubscribe from a temporary topic, and to subsequently re-subscribe.
> To implement correctly we would need to have some sort of session level scoping for queues in the protocol.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Assigned: (QPID-204) Implement delete on TemporaryTopic

Posted by "Rob Godfrey (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-204?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rob Godfrey reassigned QPID-204:
--------------------------------

    Assignee: Rob Godfrey

> Implement delete on TemporaryTopic
> ----------------------------------
>
>                 Key: QPID-204
>                 URL: https://issues.apache.org/jira/browse/QPID-204
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Client, JMS Compliance
>            Reporter: Rob Godfrey
>         Assigned To: Rob Godfrey
>            Priority: Minor
>             Fix For: M2
>
>         Attachments: QPID-204.patch
>
>
> Need to throw exception when there are still active consumers.
> Since temporary topics are created as auto-delete on the broker, we do not need to issue a delete request.
> Note this behavious is probably not quite right per the JMS spec, which would seem to allow you to temporarily unsubscribe from a temporary topic, and to subsequently re-subscribe.
> To implement correctly we would need to have some sort of session level scoping for queues in the protocol.

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


[jira] Updated: (QPID-204) Implement delete on TemporaryTopic

Posted by "Rob Godfrey (JIRA)" <qp...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/QPID-204?page=all ]

Rob Godfrey updated QPID-204:
-----------------------------

    Attachment: QPID-204.patch

Fixed TemporaryTopic using same logic as TemporaryQueue.

Unit test covering creation / deletion of TemporaryTopic also added

> Implement delete on TemporaryTopic
> ----------------------------------
>
>                 Key: QPID-204
>                 URL: http://issues.apache.org/jira/browse/QPID-204
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Client, JMS Compliance
>            Reporter: Rob Godfrey
>            Priority: Minor
>         Attachments: QPID-204.patch
>
>
> Need to throw exception when there are still active consumers.
> Since temporary topics are created as auto-delete on the broker, we do not need to issue a delete request.
> Note this behavious is probably not quite right per the JMS spec, which would seem to allow you to temporarily unsubscribe from a temporary topic, and to subsequently re-subscribe.
> To implement correctly we would need to have some sort of session level scoping for queues in the protocol.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira