You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Timothy Bish (JIRA)" <ji...@apache.org> on 2016/04/08 17:26:25 UTC

[jira] [Created] (AMQ-6235) SimpleDiscoveryAgent doesn't honor it's configured initialReconnectDelay

Timothy Bish created AMQ-6235:
---------------------------------

             Summary: SimpleDiscoveryAgent doesn't honor it's configured initialReconnectDelay
                 Key: AMQ-6235
                 URL: https://issues.apache.org/jira/browse/AMQ-6235
             Project: ActiveMQ
          Issue Type: Bug
          Components: Broker, networkbridge
    Affects Versions: 5.x
            Reporter: Timothy Bish
            Assignee: Timothy Bish
             Fix For: 5.14.0


The SimpleDiscoveryAgent code has a configurable initialReconnectDelay that is not currently used correctly.  If the connection is lost right away on a connect attempt it may use the delay but if the connection has been up longer than the configurable minConnectTime then a connection attempt is immediately tried and will then drop back to the initialReconnectDelay if this immediate reconnection attempt fails.



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