[
https://issues.apache.org/jira/browse/QPID-5905?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Keith Wall updated QPID-5905:
-----------------------------
Description:
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}
was: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.
> 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
> Fix For: 0.29
>
>
> 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.2#6252)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]