You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Andrew Stitcher (JIRA)" <ji...@apache.org> on 2013/01/14 20:16:13 UTC

[jira] [Created] (QPID-4536) Stop broker automatically using every network interface for fallback addresses

Andrew Stitcher created QPID-4536:
-------------------------------------

             Summary: Stop broker automatically using every network interface for fallback addresses
                 Key: QPID-4536
                 URL: https://issues.apache.org/jira/browse/QPID-4536
             Project: Qpid
          Issue Type: Improvement
          Components: C++ Broker
    Affects Versions: 0.18, 0.17, 0.16, 0.15, 0.14, 0.13, 0.12, 0.11, 0.10, 0.9, 0.8, 0.7, 0.6, 0.19, 0.20
            Reporter: Andrew Stitcher


This is bad for at least a couple of reasons:
1. There's no reason to think that every network interface is reachable
by every client, and good reason to think that in most cases different
interfaces will have different reachability. So making the default to
try every interface seems bad.

2. The way this works does not distinguish between secure and insecure
connections and in fact does not set up any secure failover connections.
So a secure connection being retried using the default list will connect
using an insecure connection.


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

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