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

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

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