Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 41552 invoked from network); 18 Nov 2010 13:18:08 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 18 Nov 2010 13:18:08 -0000 Received: (qmail 28988 invoked by uid 500); 18 Nov 2010 13:18:39 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 28855 invoked by uid 500); 18 Nov 2010 13:18:39 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 28848 invoked by uid 99); 18 Nov 2010 13:18:38 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Nov 2010 13:18:38 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Nov 2010 13:18:35 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oAIDIDnD021897 for ; Thu, 18 Nov 2010 13:18:14 GMT Message-ID: <4839044.175361290086293904.JavaMail.jira@thor> Date: Thu, 18 Nov 2010 08:18:13 -0500 (EST) From: "Ashish Jain (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Commented: (GERONIMO-5700) Active MQ Fixes in geronimo for AMQ-1779, AMQ-1431 and AMQ-1760 In-Reply-To: <3599577.148271289999953242.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/GERONIMO-5700?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12933431#action_12933431 ] Ashish Jain commented on GERONIMO-5700: --------------------------------------- Looking at the activemq-log it suggests the following for DemandForwardingBridge test. Both the VMs are started thereafter nothing happens. No changes in the log and it remains as is. 2010-11-18 18:36:03,686 [Thread-2 ] INFO DemandForwardingBridge - Network connection between vm://localhost#0 and vm://remotehost#2(localhost) has been established. 2010-11-18 18:36:04,733 [main ] INFO TransportConnector - Connector vm://remotehost Stopped 2010-11-18 18:36:04,733 [main ] INFO TransportConnector - Connector vm://localhost Stopped 2010-11-18 18:36:04,733 [main ] INFO BrokerService - ActiveMQ Message Broker (localhost, ID:ashjain2-2138-1290085562592-10:1) is shutting down 2010-11-18 18:36:04,748 [main ] INFO BrokerService - ActiveMQ JMS Message Broker (localhost, ID:ashjain2-2138-1290085562592-10:1) stopped 2010-11-18 18:36:04,748 [main ] INFO BrokerService - ActiveMQ Message Broker (localhost, ID:ashjain2-2138-1290085562592-10:0) is shutting down 2010-11-18 18:36:04,748 [main ] INFO BrokerService - ActiveMQ JMS Message Broker (localhost, ID:ashjain2-2138-1290085562592-10:0) stopped 2010-11-18 18:36:04,748 [main ] INFO BrokerService - ActiveMQ null JMS Message Broker (localhost) is starting 2010-11-18 18:36:04,748 [main ] INFO BrokerService - For help or more information please see: http://incubator.apache.org/activemq/ 2010-11-18 18:36:04,764 [main ] INFO BrokerService - ActiveMQ JMS Message Broker (localhost, ID:ashjain2-2138-1290085562592-10:2) started 2010-11-18 18:36:04,764 [main ] INFO TransportConnector - Connector vm://localhost Started 2010-11-18 18:36:04,764 [main ] INFO BrokerService - ActiveMQ null JMS Message Broker (localhost) is starting 2010-11-18 18:36:04,764 [main ] INFO BrokerService - For help or more information please see: http://incubator.apache.org/activemq/ 2010-11-18 18:36:04,764 [main ] INFO BrokerService - ActiveMQ JMS Message Broker (localhost, ID:ashjain2-2138-1290085562592-10:3) started 2010-11-18 18:36:04,764 [main ] INFO TransportConnector - Connector vm://remotehost Started > Active MQ Fixes in geronimo for AMQ-1779, AMQ-1431 and AMQ-1760 > --------------------------------------------------------------- > > Key: GERONIMO-5700 > URL: https://issues.apache.org/jira/browse/GERONIMO-5700 > Project: Geronimo > Issue Type: Bug > Security Level: public(Regular issues) > Components: ActiveMQ > Affects Versions: 2.1.6 > Environment: geronimo tomcat assembly 2.1.6 > Reporter: Ashish Jain > Assignee: Ashish Jain > Fix For: 2.1.7 > > Attachments: AMQ-1431.patch, AMQ-1760.patch, AMQ-1779.patch > > > Some important fixes have gone to ActiveMQ via AMQ-1779, AMQ-1431 and AMQ-1760. Apply these in already used patched version of activemq 4.1.2 in geronimo. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.