From dev-return-71612-apmail-geronimo-dev-archive=geronimo.apache.org@geronimo.apache.org Wed Feb 04 00:54:23 2009 Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 52606 invoked from network); 4 Feb 2009 00:54:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Feb 2009 00:54:23 -0000 Received: (qmail 82355 invoked by uid 500); 4 Feb 2009 00:54:22 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 82129 invoked by uid 500); 4 Feb 2009 00:54:22 -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 82120 invoked by uid 99); 4 Feb 2009 00:54:22 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Feb 2009 16:54:22 -0800 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.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Feb 2009 00:54:20 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 879E9234C48B for ; Tue, 3 Feb 2009 16:53:59 -0800 (PST) Message-ID: <911113942.1233708839540.JavaMail.jira@brutus> Date: Tue, 3 Feb 2009 16:53:59 -0800 (PST) From: "David Jencks (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Closed: (GERONIMO-4337) Upgrade to activeMQ 5.x In-Reply-To: <1301165897.1223136224246.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/GERONIMO-4337?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Jencks closed GERONIMO-4337. ---------------------------------- Resolution: Fixed I think this is stable enough so we can use individual jira entries for any remaining problems. > Upgrade to activeMQ 5.x > ----------------------- > > Key: GERONIMO-4337 > URL: https://issues.apache.org/jira/browse/GERONIMO-4337 > Project: Geronimo > Issue Type: Improvement > Security Level: public(Regular issues) > Components: ActiveMQ > Affects Versions: 2.2 > Reporter: David Jencks > Assignee: David Jencks > Fix For: 2.2 > > Attachments: geronimo-plugins.xml, plugins.svn.diff.zip, svn.diff > > > Upgrade activemq support to 5.x. A few steps along the way: > - create an activemq5 work area under plugins > - move the specification of amq version from the root pom dependency management to the activemq and activemq5 plugins. > - keep only the broker gbean > - use an activemq configuration file in var/activemq, referenced by the broker gbean > - update dependencies to latest activemq > - figure out how much of the current jms portlet functionality can be reasonably kept. From discussions with Hiram I think that trying to reconfigure the broker while its running is a very bad idea and we should just drop the parts of the console that try to do this. > - investigate how to run the amq console in geronimo, preferably as portlets inside the g. admin console. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.