[
https://issues.apache.org/jira/browse/DISPATCH-529?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15755289#comment-15755289
]
ASF subversion and git services commented on DISPATCH-529:
----------------------------------------------------------
Commit 21a32cad7f5c0d147733426c9573e42e36397e7e in qpid-dispatch's branch
refs/heads/master from [[email protected]]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-dispatch.git;h=21a32ca ]
DISPATCH-529 - Added support for vhost/multi-tenancy
- Modified iterator module to support a namespace-prefix
- Added boolean flag to the listener configuration to enable multi-tenancy
- Added logic to handle address-annotation where needed in all use cases
- Added a suite of tests for the new feature
> Address annotation for Multi-Tenancy
> ------------------------------------
>
> Key: DISPATCH-529
> URL: https://issues.apache.org/jira/browse/DISPATCH-529
> Project: Qpid Dispatch
> Issue Type: New Feature
> Components: Router Node
> Reporter: Ted Ross
> Assignee: Ted Ross
> Fix For: 0.8.0
>
>
> This feature provides an option on connection listeners to annotate addresses
> such that they are partitioned and isolated into vhost-specific spaces.
> The address annotation shall consist of the virtual host (Open.hostname from
> the connecting container).
> Example configuration:
> {noformat}
> listener {
> host: ::
> port: 10000
> multiTenant: yes
> ...
> }
> {noformat}
> With this configuration, clients that connect via port 10000 will be subject
> to partitioning. If a client connects via "myapp.com", and subscribes a
> receiver for source address "orders", the internal address (for routing and
> storage on a broker queue) shall be "myapp.com/orders".
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]