[
https://issues.apache.org/jira/browse/DISPATCH-1585?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17153807#comment-17153807
]
ASF subversion and git services commented on DISPATCH-1585:
-----------------------------------------------------------
Commit 5f3eb3f8a7b004a6404d7afe1552fedac8340335 in qpid-dispatch's branch
refs/heads/master from Charles E. Rolke
[ https://gitbox.apache.org/repos/asf?p=qpid-dispatch.git;h=5f3eb3f ]
DISPATCH-1585: Define vhost aliases for configuation sharing
Given a vhost definition:
vhost {
hostname: example.com
aliases: example.org, example.net
... }
Vhost _aliases_ are alternative literal hostnames or patterns that direct
the router to use the settings in this vhost. Alias hostnames that match an
incoming connection will use the settings defined in the contained vhost.
In a multi-tenant configuration a connection to a vhost alias will use the
base vhost hostname for the tenant namespace. In this example if a connection
is directed to vhost `example.org` then the settings from the base vhost
hostname `example.com` will apply and `example.com` will be the tenant
namespace.
Vhost `hostname` and `aliases` settings from all vhosts are shared in a
single list and must be unique.
This closes #770
> Allow defining address prefix shared by different multitenant listeners
> -----------------------------------------------------------------------
>
> Key: DISPATCH-1585
> URL: https://issues.apache.org/jira/browse/DISPATCH-1585
> Project: Qpid Dispatch
> Issue Type: Wish
> Reporter: Ulf Lilleengen
> Priority: Major
>
> At present, a multitenant router listener will prefix addresses with the
> hostname in the AMQP Open. However, given a configuration where it is
> desirable to expose a router address space for multiple DNS names, any
> address, linkRoute and autoLink configuration will need to be duplicated for
> each DNS name. This complicates router configuration significantly.
>
> Instead, having a way to specify which prefix to apply for a multitenant
> listener would allow reusing the same address, autoLink and linkRoute
> configuration for multiple listeners.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]