Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 18649 invoked from network); 1 Mar 2011 12:47:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 1 Mar 2011 12:47:02 -0000 Received: (qmail 312 invoked by uid 500); 1 Mar 2011 12:47:02 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 99557 invoked by uid 500); 1 Mar 2011 12:46:59 -0000 Mailing-List: contact dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list dev@activemq.apache.org Received: (qmail 99543 invoked by uid 99); 1 Mar 2011 12:46:57 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Mar 2011 12:46:57 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Mar 2011 12:46:57 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id CDAD3436CD for ; Tue, 1 Mar 2011 12:46:36 +0000 (UTC) Date: Tue, 1 Mar 2011 12:46:36 +0000 (UTC) From: "Gary Tully (JIRA)" To: dev@activemq.apache.org Message-ID: <2096557428.4860.1298983596823.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] Created: (AMQ-3195) NetworkConnector initialization should be backed by an executor MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 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