From dev-return-5724-apmail-activemq-dev-archive=activemq.apache.org@activemq.apache.org Wed Mar 07 14:41:42 2007 Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 39256 invoked from network); 7 Mar 2007 14:41:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Mar 2007 14:41:42 -0000 Received: (qmail 43496 invoked by uid 500); 7 Mar 2007 14:41:50 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 43475 invoked by uid 500); 7 Mar 2007 14:41:50 -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 43466 invoked by uid 99); 7 Mar 2007 14:41:50 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Mar 2007 06:41:50 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Mar 2007 06:41:41 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 69127714089 for ; Wed, 7 Mar 2007 06:41:21 -0800 (PST) Message-ID: <26006549.1173278481423.JavaMail.root@brutus> Date: Wed, 7 Mar 2007 06:41:21 -0800 (PST) From: "james strachan (JIRA)" To: dev@activemq.apache.org Subject: [jira] Resolved: (AMQ-1166) memoryManager configuration does not call PropertyPlaceholderConfigurer In-Reply-To: <20368712.1172105222823.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/activemq/browse/AMQ-1166?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] james strachan resolved AMQ-1166. --------------------------------- Resolution: Fixed Wouldn't using the following work? where the MB is included in your property. > memoryManager configuration does not call PropertyPlaceholderConfigurer > ----------------------------------------------------------------------- > > Key: AMQ-1166 > URL: https://issues.apache.org/activemq/browse/AMQ-1166 > Project: ActiveMQ > Issue Type: Bug > Components: Broker > Affects Versions: 4.1.0 > Environment: winxp > Reporter: Vadim Pesochinskiy > Fix For: 4.1.1 > > > Following configuration throws exception because the placeholder is not replaced with system property com.barra.activemq.MEMORY_SIZE. Spring placeholders work in all other places in the configration, except the memory manager, because it is customized by AMQ. > > > > > > > > > -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.