Jakub Scholz created DISPATCH-155:
-------------------------------------

             Summary: Allow multiple connectors to the same broker
                 Key: DISPATCH-155
                 URL: https://issues.apache.org/jira/browse/DISPATCH-155
             Project: Qpid Dispatch
          Issue Type: Bug
    Affects Versions: 0.4
            Reporter: Jakub Scholz


In some use cases it might make sense to have multiple connectors configured, 
which connect to the same broker. This makes sense for example when each 
connection is using different credentials, where each set of credentials has 
different access rights on the broker.

Unfortunately, after DISPATCH-95, the identity of connectors is always 
generated only using the address and port. As a result, you cannot have two 
connectors to the same broker.

It would be great if the identity of connectors could be based not only on 
address and port but also include something more unique. Either a counter as it 
was before or for example the connector name, which has to be unique anyway.



--
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