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 16:59:20 UTC

[jira] Created: (QPID-205) Do not allow subscription to temporary topic created on different session

Do not allow subscription to temporary topic created on different session
-------------------------------------------------------------------------

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


The scope of a temporary topic is the session it was created on.  A JMSException should be thrown if an attempt to subscribe to a TemporaryTopic not created in the current session is made.

-- 
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-205) Do not allow subscription to temporary topic created on different session

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

Rob Godfrey reassigned QPID-205:
--------------------------------

    Assignee: Rob Godfrey

> Do not allow subscription to temporary topic created on different session
> -------------------------------------------------------------------------
>
>                 Key: QPID-205
>                 URL: https://issues.apache.org/jira/browse/QPID-205
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Client, JMS Compliance
>            Reporter: Rob Godfrey
>         Assigned To: Rob Godfrey
>            Priority: Minor
>             Fix For: M2
>
>         Attachments: QPID-205.patch
>
>
> The scope of a temporary topic is the session it was created on.  A JMSException should be thrown if an attempt to subscribe to a TemporaryTopic not created in the current session is made.

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


[jira] Updated: (QPID-205) Do not allow subscription to temporary topic created on different session

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

Rob Godfrey updated QPID-205:
-----------------------------

    Attachment: QPID-205.patch

Fixed so that subscriptions check the session which the topic was created in when it is a temprary topic.  Exception thrown if the topic is froma different session.

Unit tests updated

> Do not allow subscription to temporary topic created on different session
> -------------------------------------------------------------------------
>
>                 Key: QPID-205
>                 URL: http://issues.apache.org/jira/browse/QPID-205
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Client, JMS Compliance
>            Reporter: Rob Godfrey
>            Priority: Minor
>         Attachments: QPID-205.patch
>
>
> The scope of a temporary topic is the session it was created on.  A JMSException should be thrown if an attempt to subscribe to a TemporaryTopic not created in the current session is made.

-- 
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-205) Do not allow subscription to temporary topic created on different session

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

Robert Greig resolved QPID-205.
-------------------------------

    Fix Version/s: M2
       Resolution: Fixed

Committed svn revision 487821

> Do not allow subscription to temporary topic created on different session
> -------------------------------------------------------------------------
>
>                 Key: QPID-205
>                 URL: http://issues.apache.org/jira/browse/QPID-205
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Client, JMS Compliance
>            Reporter: Rob Godfrey
>            Priority: Minor
>             Fix For: M2
>
>         Attachments: QPID-205.patch
>
>
> The scope of a temporary topic is the session it was created on.  A JMSException should be thrown if an attempt to subscribe to a TemporaryTopic not created in the current session is made.

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