You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Howard Gao (JIRA)" <ji...@apache.org> on 2018/04/08 03:55:00 UTC

[jira] [Created] (ARTEMIS-1790) Improve Topology Member Finding

Howard Gao created ARTEMIS-1790:
-----------------------------------

             Summary: Improve Topology Member Finding
                 Key: ARTEMIS-1790
                 URL: https://issues.apache.org/jira/browse/ARTEMIS-1790
             Project: ActiveMQ Artemis
          Issue Type: Improvement
          Components: Broker
    Affects Versions: 2.5.0
            Reporter: Howard Gao
            Assignee: Howard Gao
             Fix For: 2.5.1


When finding out if a connector belong to a target node it compares the whole parameter map which is not necessary. Also in understanding the connector the best place is to delegate it to the corresponding remoting connection who understands it. (e.g. INVMConnection knows whether the connector belongs to a target node by checking it's serverID only. The netty ones only need to match host and port, and understanding that localhost and 127.0.0.1 are same thing).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)