FanoutTransport does not honor the initialReconnectDelay
--------------------------------------------------------
Key: AMQ-2047
URL: https://issues.apache.org/activemq/browse/AMQ-2047
Project: ActiveMQ
Issue Type: Bug
Components: Transport
Affects Versions: 5.2.0, 5.1.0
Reporter: Mohan Kishore
The TransportHandler does not honor the passed in "initialReconnectDelay"
parameter. It has a hard-coded value of "10" milliseconds.
Would also like to point out that the code seems to assume that the child
transport has been created successfully as soon as the
"TransportFactory.compositeConnect()" returns. During runtime, if a given node
is down, the exception is actually thrown a little further down the code - when
the "restoreTransport()" method is called.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.