NetworkConnector initialization should be backed by an executor
---------------------------------------------------------------
Key: AMQ-3195
URL: https://issues.apache.org/jira/browse/AMQ-3195
Project: ActiveMQ
Issue Type: Improvement
Components: Connector
Affects Versions: 5.4.2
Reporter: Gary Tully
Assignee: Gary Tully
Priority: Minor
Fix For: 5.5.0
If there are many network connectors and a slow network, starting serially
means that the last network connector may have to wait for N slow connection
establishment processes. If the connection initiation fails fast it is not
really a problem as the start process can move on quickly.
It should be possible to start network connectors using an executor such that
they can start in parallel. Fast connections can be up an running immediately.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira