You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Ken Giusti (JIRA)" <ji...@apache.org> on 2017/06/29 13:31:00 UTC

[jira] [Assigned] (DISPATCH-731) Support wildcard tenant vhosts in address prefix configuration

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

Ken Giusti reassigned DISPATCH-731:
-----------------------------------

    Assignee: Ken Giusti

> 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: Improvement
>          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: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org