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.