Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 69928 invoked from network); 6 Mar 2008 14:27:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Mar 2008 14:27:58 -0000 Received: (qmail 65384 invoked by uid 500); 6 Mar 2008 14:27:54 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 65362 invoked by uid 500); 6 Mar 2008 14:27:54 -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 65353 invoked by uid 99); 6 Mar 2008 14:27:54 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Mar 2008 06:27:54 -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; Thu, 06 Mar 2008 14:27:18 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 44611234C08F for ; Thu, 6 Mar 2008 06:26:35 -0800 (PST) Message-ID: <1966591485.1204813595278.JavaMail.jira@brutus> Date: Thu, 6 Mar 2008 06:26:35 -0800 (PST) From: "James Strachan (JIRA)" To: dev@activemq.apache.org Subject: [jira] Commented: (AMQ-1516) Allow a way to add/configure Broker Plugins with Spring In-Reply-To: <16408042.1197464187509.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/activemq/browse/AMQ-1516?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=41555#action_41555 ] James Strachan commented on AMQ-1516: ------------------------------------- Please submit a patch if you think it'll help. Wanna create a patch against trunk? > Allow a way to add/configure Broker Plugins with Spring > ------------------------------------------------------- > > Key: AMQ-1516 > URL: https://issues.apache.org/activemq/browse/AMQ-1516 > Project: ActiveMQ > Issue Type: New Feature > Components: Broker > Affects Versions: 4.1.1 > Environment: Ubuntu Linux, Windows XP > Reporter: Saqib Rasul > > Currently the only way to add broker plugins is via some XBean magic. This has the following drawbacks: > - a special compile-time step is required to get XBean to know we have a plugin > - forces one to use Maven > - There is lacking examples how to setup a new Broker Plugin > I would suggest we have a Spring way of starting and configuring an activeMQ Broker which also allows one to specify the Broker Plugins. I would recommend something like this: > {code:xml} > > xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd"> > > lazy-init="false"> > > > > > > > > > > > > tcp://localhost:61616 > > > > > > > > > > > {code} > This would make it much easier to develop and deploy ActiveMQ Broker Plugins as it reduces the dependency to XBean and the additional compile-time step. > I could volunteer to make such classes as a patch if you think this is worth it. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.