[ 
https://issues.apache.org/jira/browse/DISPATCH-731?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16120357#comment-16120357
 ] 

ASF subversion and git services commented on DISPATCH-731:
----------------------------------------------------------

Commit 2c80f10877c2837af48244ff0315a12f7042eda3 in qpid-dispatch's branch 
refs/heads/master from Kenneth Giusti
[ https://git-wip-us.apache.org/repos/asf?p=qpid-dispatch.git;h=2c80f10 ]

DISPATCH-731: add functional tests


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

Reply via email to