[ 
https://issues.apache.org/jira/browse/AMQ-3195?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gary Tully resolved AMQ-3195.
-----------------------------

    Resolution: Fixed

fix in http://svn.apache.org/viewvc?rev=1075801&view=rev
addition of new broker attribute: networkConnectorStartAsync (default false) 
that will cause a networkConnectors to be started async to broker start and in 
parallel

> 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
>              Labels: networkconnector, slow, starting
>             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

        

Reply via email to