Ted Ross created DISPATCH-529:
---------------------------------

             Summary: 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 two components:  A configured tag and 
the virtual host (Open.hostname from the connecting container).  The tag allows 
for the separation of a single vhost into distinct spaces.  For example, and 
application hosted at "myapp.com" might be partitioned into "dev", "test", and 
"prod" subspaces by tag.
Example configuration:
{noformat}
listener {
    host: ::
    port: 10000
    tenantTag: dev
    ...
}
{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 "dev.myapp.com.orders".




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org

Reply via email to