Ken Giusti created DISPATCH-731:
-----------------------------------
Summary: Support wildcard tennat 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
Priority: Minor
Fix For: 0.8.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.3.15#6346)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]