You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Gary Tully (JIRA)" <ji...@apache.org> on 2011/03/01 14:04:36 UTC

[jira] Resolved: (AMQ-3195) NetworkConnector initialization should be backed by an executor

     [ 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