From activemq-dev-return-419-apmail-geronimo-activemq-dev-archive=geronimo.apache.org@geronimo.apache.org Tue Mar 21 16:19:48 2006 Return-Path: Delivered-To: apmail-geronimo-activemq-dev-archive@www.apache.org Received: (qmail 99567 invoked from network); 21 Mar 2006 16:19:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 21 Mar 2006 16:19:48 -0000 Received: (qmail 83198 invoked by uid 500); 21 Mar 2006 16:19:37 -0000 Delivered-To: apmail-geronimo-activemq-dev-archive@geronimo.apache.org Received: (qmail 83132 invoked by uid 500); 21 Mar 2006 16:19:37 -0000 Mailing-List: contact activemq-dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: activemq-dev@geronimo.apache.org Delivered-To: mailing list activemq-dev@geronimo.apache.org Received: (qmail 83092 invoked by uid 99); 21 Mar 2006 16:19:37 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Mar 2006 08:19:37 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [64.14.253.135] (HELO goku.simulalabs.com) (64.14.253.135) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Mar 2006 08:19:36 -0800 Received: by goku.simulalabs.com (Postfix, from userid 501) id DFB7CEC0408; Tue, 21 Mar 2006 08:19:09 -0800 (PST) Received: from localhost (goku [127.0.0.1]) by goku.simulalabs.com (Postfix) with ESMTP id B3E76EC03F8 for ; Tue, 21 Mar 2006 08:19:09 -0800 (PST) Received: from goku.simulalabs.com ([127.0.0.1]) by localhost (goku.simulalabs.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 16455-02 for ; Tue, 21 Mar 2006 08:19:09 -0800 (PST) Received: from stilton (jira.activemq.org [172.18.20.169]) by goku.simulalabs.com (Postfix) with ESMTP id C4674EC0408 for ; Tue, 21 Mar 2006 08:14:14 -0800 (PST) Message-ID: <2335980.1142964986234.JavaMail.tomcat@stilton> Date: Tue, 21 Mar 2006 10:16:26 -0800 (PST) From: "Kevin Yaussy (JIRA)" To: activemq-dev@geronimo.apache.org Subject: [jira] Commented: (AMQ-632) TaskRunnerFactory from broker is not carried along to Broker-to-Broker connections MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at goku.simulalabs.com X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://jira.activemq.org/jira//browse/AMQ-632?page=comments#action_35863 ] Kevin Yaussy commented on AMQ-632: ---------------------------------- I'll try this on my end tomorrow after the SNAPSHOT build. > TaskRunnerFactory from broker is not carried along to Broker-to-Broker connections > ---------------------------------------------------------------------------------- > > Key: AMQ-632 > URL: http://jira.activemq.org/jira//browse/AMQ-632 > Project: ActiveMQ > Type: Bug > Components: Broker > Versions: 4.0 RC1 > Reporter: Kevin Yaussy > Assignee: Hiram Chirino > Fix For: 4.0 RC1 > Attachments: VMTransportFactory.java > > > When trying to enable dispatchAsync for broker-to-broker connections (which, since I've not found a way to configure demandForwardingBridge in the broker XML, I had to hard code by setting the default value of dispatchAsync in DemandForwardingBridge.java), I found that the TaskRunnerFactory from the broker was not being carried through to the Network connections. > I'm not sure if the way I fixed it is fully acceptable or not, however the attached VMTransportFactory.java seems to fix the issue. I changed doCompositeConnect to call setTaskRunnerFactory on the newly created TransportConnector. > The change is against SNAPSHOT 03/14/2006. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.activemq.org/jira//secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira