[
https://issues.apache.org/jira/browse/DISPATCH-731?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ted Ross updated DISPATCH-731:
------------------------------
Issue Type: New Feature (was: Improvement)
> Support wildcard tenant vhosts in address prefix configuration
> --------------------------------------------------------------
>
> Key: DISPATCH-731
> URL: https://issues.apache.org/jira/browse/DISPATCH-731
> Project: Qpid Dispatch
> Issue Type: New Feature
> Components: Management Agent
> Affects Versions: 0.7.0
> Reporter: Ken Giusti
> Assignee: Ken Giusti
> Priority: Minor
> Fix For: 1.0.0
>
>
> When specifying address prefix patterns it should be possible to use a
> wildcard match for the vhost. Example:
> address {
> prefix: a_prefix # matches current vhost (from open frame)
> }
> address {
> prefix: /my-vhost.com/other_prefix # matched only if vhost=my-vhost
> }
> address {
> prefix: /*.#.domain1.com/prefix_3 # matched if vhost ends with
> domain1.com
> }
> address {
> prefix: /my.vhost.*.com/prefix_4 #matched if vhost starts with
> 'my.vhost', has a single wildcard component, and ends with '.com'
> }
> Or something like that, I think.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]