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)" <ji...@apache.org> on 2014/10/17 14:11:34 UTC

[jira] [Closed] (QPID-5905) Virtualhosts will have many virtualhostaliases of the same name if the Broker is configured with more than one AMQP port

     [ https://issues.apache.org/jira/browse/QPID-5905?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rob Godfrey closed QPID-5905.
-----------------------------
    Resolution: Won't Fix

Obsoleted by QPID-6161 which introduces a proper implementation of virtual host aliases with a different model

> Virtualhosts will have many virtualhostaliases of the same name if the Broker is configured with more than one AMQP port
> ------------------------------------------------------------------------------------------------------------------------
>
>                 Key: QPID-5905
>                 URL: https://issues.apache.org/jira/browse/QPID-5905
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Broker
>    Affects Versions: 0.29
>            Reporter: Keith Wall
>            Priority: Minor
>
> If as a user I configure the Broker to have many AMQP ports, this causes Virtualhosts to register a Virtualhostaliases corresponding to each port.  Virtualhostaliases are named after the virtualhost so this will mean that many virtualhostaliases have the same name.  This would violate a business rule in ACO (siblings of the same category are required to have unique names), but currently, Virtualhostaliases aren't registered with the model. 
> {noformat}
>  "virtualhostaliass" : [ {
>       "context" : {
>       },
>       "createdTime" : 0,
>       "durable" : true,
>       "id" : "e11085eb-3189-4794-ad25-a55eb591b2cb",
>       "lastUpdatedTime" : 0,
>       "name" : "default",
>       "state" : "ACTIVE",
>       "type" : "VirtualHostAlias"
>     }, {
>       "context" : {
>       },
>       "createdTime" : 0,
>       "durable" : true,
>       "id" : "5afc4a25-33af-4711-89f2-c90a7b014daa",
>       "lastUpdatedTime" : 0,
>       "name" : "default",
>       "state" : "ACTIVE",
>       "type" : "VirtualHostAlias"
>     } ]
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org