You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Martin Ritchie (JIRA)" <qp...@incubator.apache.org> on 2008/09/03 13:39:44 UTC

[jira] Created: (QPID-1269) Queue Creation does not automatically register queue with virtualhost

Queue Creation does not automatically register queue with virtualhost
---------------------------------------------------------------------

                 Key: QPID-1269
                 URL: https://issues.apache.org/jira/browse/QPID-1269
             Project: Qpid
          Issue Type: Bug
          Components: Java Broker
    Affects Versions: M3
            Reporter: Martin Ritchie
            Assignee: Martin Ritchie
             Fix For: M4


Summary:

Queue creation does not result in the queue being registered with the virtualhost.
As a result clean up of the virtualhost does NOT clean up the queue.

This makes testing the broker via ant (no fork) difficult as the tests do not correctly clean up.

Change:

Ensure no direct construction of a Queue exists.
Force construction via the Factory
Add queue to queueRegistry of Vhost in Factory.

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


[jira] Assigned: (QPID-1269) Queue Creation does not automatically register queue with virtualhost

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

Martin Ritchie reassigned QPID-1269:
------------------------------------

    Assignee: Aidan Skinner  (was: Martin Ritchie)

Hey Aidan, can you cast your eye over this again. Thanks.

> Queue Creation does not automatically register queue with virtualhost
> ---------------------------------------------------------------------
>
>                 Key: QPID-1269
>                 URL: https://issues.apache.org/jira/browse/QPID-1269
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Broker
>    Affects Versions: M3
>            Reporter: Martin Ritchie
>            Assignee: Aidan Skinner
>             Fix For: M4
>
>
> Summary:
> Queue creation does not result in the queue being registered with the virtualhost.
> As a result clean up of the virtualhost does NOT clean up the queue.
> This makes testing the broker via ant (no fork) difficult as the tests do not correctly clean up.
> Change:
> Ensure no direct construction of a Queue exists.
> Force construction via the Factory
> Add queue to queueRegistry of Vhost in Factory.

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


[jira] Assigned: (QPID-1269) Queue Creation does not automatically register queue with virtualhost

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

Martin Ritchie reassigned QPID-1269:
------------------------------------

    Assignee: Aidan Skinner  (was: Martin Ritchie)

Aidan can you review this please.

Test case: AMQQueueFactoryTest


> Queue Creation does not automatically register queue with virtualhost
> ---------------------------------------------------------------------
>
>                 Key: QPID-1269
>                 URL: https://issues.apache.org/jira/browse/QPID-1269
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Broker
>    Affects Versions: M3
>            Reporter: Martin Ritchie
>            Assignee: Aidan Skinner
>             Fix For: M4
>
>
> Summary:
> Queue creation does not result in the queue being registered with the virtualhost.
> As a result clean up of the virtualhost does NOT clean up the queue.
> This makes testing the broker via ant (no fork) difficult as the tests do not correctly clean up.
> Change:
> Ensure no direct construction of a Queue exists.
> Force construction via the Factory
> Add queue to queueRegistry of Vhost in Factory.

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


[jira] Updated: (QPID-1269) Queue Creation does not automatically register queue with virtualhost

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

Martin Ritchie updated QPID-1269:
---------------------------------

    Status: Ready To Review  (was: In Progress)

> Queue Creation does not automatically register queue with virtualhost
> ---------------------------------------------------------------------
>
>                 Key: QPID-1269
>                 URL: https://issues.apache.org/jira/browse/QPID-1269
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Broker
>    Affects Versions: M3
>            Reporter: Martin Ritchie
>            Assignee: Martin Ritchie
>             Fix For: M4
>
>
> Summary:
> Queue creation does not result in the queue being registered with the virtualhost.
> As a result clean up of the virtualhost does NOT clean up the queue.
> This makes testing the broker via ant (no fork) difficult as the tests do not correctly clean up.
> Change:
> Ensure no direct construction of a Queue exists.
> Force construction via the Factory
> Add queue to queueRegistry of Vhost in Factory.

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


[jira] Updated: (QPID-1269) Queue Creation does not automatically register queue with virtualhost

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

Martin Ritchie updated QPID-1269:
---------------------------------

    Assignee: Martin Ritchie  (was: Aidan Skinner)
      Status: Open  (was: Ready To Review)

grr, Changed state before SVN succeeded. will send it back when svn lets the code in :(

> Queue Creation does not automatically register queue with virtualhost
> ---------------------------------------------------------------------
>
>                 Key: QPID-1269
>                 URL: https://issues.apache.org/jira/browse/QPID-1269
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Broker
>    Affects Versions: M3
>            Reporter: Martin Ritchie
>            Assignee: Martin Ritchie
>             Fix For: M4
>
>
> Summary:
> Queue creation does not result in the queue being registered with the virtualhost.
> As a result clean up of the virtualhost does NOT clean up the queue.
> This makes testing the broker via ant (no fork) difficult as the tests do not correctly clean up.
> Change:
> Ensure no direct construction of a Queue exists.
> Force construction via the Factory
> Add queue to queueRegistry of Vhost in Factory.

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


[jira] Resolved: (QPID-1269) Queue Creation does not automatically register queue with virtualhost

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

Aidan Skinner resolved QPID-1269.
---------------------------------

    Resolution: Fixed
      Assignee: Martin Ritchie  (was: Aidan Skinner)

> Queue Creation does not automatically register queue with virtualhost
> ---------------------------------------------------------------------
>
>                 Key: QPID-1269
>                 URL: https://issues.apache.org/jira/browse/QPID-1269
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Broker
>    Affects Versions: M3
>            Reporter: Martin Ritchie
>            Assignee: Martin Ritchie
>             Fix For: M4
>
>
> Summary:
> Queue creation does not result in the queue being registered with the virtualhost.
> As a result clean up of the virtualhost does NOT clean up the queue.
> This makes testing the broker via ant (no fork) difficult as the tests do not correctly clean up.
> Change:
> Ensure no direct construction of a Queue exists.
> Force construction via the Factory
> Add queue to queueRegistry of Vhost in Factory.

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


[jira] Updated: (QPID-1269) Queue Creation does not automatically register queue with virtualhost

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

Aidan Skinner updated QPID-1269:
--------------------------------

    Status: Open  (was: Ready To Review)

SimpleAMQQueueTest unecessarily makes _virtualHost a field, rather than a local variable. 

AMQQueueFactoryTest does not assert anything meaningful. 

> Queue Creation does not automatically register queue with virtualhost
> ---------------------------------------------------------------------
>
>                 Key: QPID-1269
>                 URL: https://issues.apache.org/jira/browse/QPID-1269
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Broker
>    Affects Versions: M3
>            Reporter: Martin Ritchie
>            Assignee: Aidan Skinner
>             Fix For: M4
>
>
> Summary:
> Queue creation does not result in the queue being registered with the virtualhost.
> As a result clean up of the virtualhost does NOT clean up the queue.
> This makes testing the broker via ant (no fork) difficult as the tests do not correctly clean up.
> Change:
> Ensure no direct construction of a Queue exists.
> Force construction via the Factory
> Add queue to queueRegistry of Vhost in Factory.

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


[jira] Assigned: (QPID-1269) Queue Creation does not automatically register queue with virtualhost

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

Martin Ritchie reassigned QPID-1269:
------------------------------------

    Assignee: Aidan Skinner  (was: Martin Ritchie)

Aidan can you review this for me please.
Thanks
Test: AMQQueueFactoryTest

> Queue Creation does not automatically register queue with virtualhost
> ---------------------------------------------------------------------
>
>                 Key: QPID-1269
>                 URL: https://issues.apache.org/jira/browse/QPID-1269
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Broker
>    Affects Versions: M3
>            Reporter: Martin Ritchie
>            Assignee: Aidan Skinner
>             Fix For: M4
>
>
> Summary:
> Queue creation does not result in the queue being registered with the virtualhost.
> As a result clean up of the virtualhost does NOT clean up the queue.
> This makes testing the broker via ant (no fork) difficult as the tests do not correctly clean up.
> Change:
> Ensure no direct construction of a Queue exists.
> Force construction via the Factory
> Add queue to queueRegistry of Vhost in Factory.

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


[jira] Assigned: (QPID-1269) Queue Creation does not automatically register queue with virtualhost

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

Aidan Skinner reassigned QPID-1269:
-----------------------------------

    Assignee: Martin Ritchie  (was: Aidan Skinner)

> Queue Creation does not automatically register queue with virtualhost
> ---------------------------------------------------------------------
>
>                 Key: QPID-1269
>                 URL: https://issues.apache.org/jira/browse/QPID-1269
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Broker
>    Affects Versions: M3
>            Reporter: Martin Ritchie
>            Assignee: Martin Ritchie
>             Fix For: M4
>
>
> Summary:
> Queue creation does not result in the queue being registered with the virtualhost.
> As a result clean up of the virtualhost does NOT clean up the queue.
> This makes testing the broker via ant (no fork) difficult as the tests do not correctly clean up.
> Change:
> Ensure no direct construction of a Queue exists.
> Force construction via the Factory
> Add queue to queueRegistry of Vhost in Factory.

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


[jira] Updated: (QPID-1269) Queue Creation does not automatically register queue with virtualhost

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

Martin Ritchie updated QPID-1269:
---------------------------------

    Status: Ready To Review  (was: In Progress)

> Queue Creation does not automatically register queue with virtualhost
> ---------------------------------------------------------------------
>
>                 Key: QPID-1269
>                 URL: https://issues.apache.org/jira/browse/QPID-1269
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Broker
>    Affects Versions: M3
>            Reporter: Martin Ritchie
>            Assignee: Martin Ritchie
>             Fix For: M4
>
>
> Summary:
> Queue creation does not result in the queue being registered with the virtualhost.
> As a result clean up of the virtualhost does NOT clean up the queue.
> This makes testing the broker via ant (no fork) difficult as the tests do not correctly clean up.
> Change:
> Ensure no direct construction of a Queue exists.
> Force construction via the Factory
> Add queue to queueRegistry of Vhost in Factory.

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


[jira] Updated: (QPID-1269) Queue Creation does not automatically register queue with virtualhost

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

Martin Ritchie updated QPID-1269:
---------------------------------

    Status: Ready To Review  (was: In Progress)

> Queue Creation does not automatically register queue with virtualhost
> ---------------------------------------------------------------------
>
>                 Key: QPID-1269
>                 URL: https://issues.apache.org/jira/browse/QPID-1269
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Broker
>    Affects Versions: M3
>            Reporter: Martin Ritchie
>            Assignee: Martin Ritchie
>             Fix For: M4
>
>
> Summary:
> Queue creation does not result in the queue being registered with the virtualhost.
> As a result clean up of the virtualhost does NOT clean up the queue.
> This makes testing the broker via ant (no fork) difficult as the tests do not correctly clean up.
> Change:
> Ensure no direct construction of a Queue exists.
> Force construction via the Factory
> Add queue to queueRegistry of Vhost in Factory.

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