Return-Path: Delivered-To: apmail-geronimo-activemq-users-archive@www.apache.org Received: (qmail 71952 invoked from network); 9 May 2006 11:10:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 9 May 2006 11:10:46 -0000 Received: (qmail 86342 invoked by uid 500); 9 May 2006 11:10:45 -0000 Delivered-To: apmail-geronimo-activemq-users-archive@geronimo.apache.org Received: (qmail 86319 invoked by uid 500); 9 May 2006 11:10:45 -0000 Mailing-List: contact activemq-users-help@geronimo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: activemq-users@geronimo.apache.org Delivered-To: mailing list activemq-users@geronimo.apache.org Received: (qmail 86309 invoked by uid 99); 9 May 2006 11:10:45 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 May 2006 04:10:45 -0700 X-ASF-Spam-Status: No, hits=1.4 required=10.0 tests=DNS_FROM_RFC_ABUSE,DNS_FROM_RFC_WHOIS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [206.190.39.179] (HELO web53612.mail.yahoo.com) (206.190.39.179) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 09 May 2006 04:10:43 -0700 Received: (qmail 68522 invoked by uid 60001); 9 May 2006 11:10:22 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=Bs70lcDqS439UmZMlRCgUjZScEM2jhscAPRsYaWEWXb6H7KFPYgU8VzXP3b4rc4Z8l7Cj1KqrLrA9RnLbqM/FILGWupPAIkG2qzKOtGPxgFiHgL5X1FHCAiHAT6GUTB61CZLQhnfyBHHmB7kX6pNICsKdEEe7LI/599yvY4OJPk= ; Message-ID: <20060509111022.68520.qmail@web53612.mail.yahoo.com> Received: from [64.254.199.220] by web53612.mail.yahoo.com via HTTP; Tue, 09 May 2006 04:10:22 PDT Date: Tue, 9 May 2006 04:10:22 -0700 (PDT) From: Paul Tomsic Subject: dataDirectory attrib isn't respected? To: activemq-users@geronimo.apache.org In-Reply-To: <4292292.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N my startup xbeans file has an attribute for dataDirectory on the broker line, but when i start up activemq it not only makes me the directory i ask for, but it also makes a "activemq-data" directory where ever i started up activemq. this doesn't seem right, so i attached a debugger to the code src, and it seems like it's starting two brokers within one vm. the one that i asked it for and an additional one. my startup script is quite simple, it's actually identical to the "multicast-broker1.xml" demo except i add dataDirectory attribs. how do i get it to respect my dataDirectory, and additionally, how do i prevent the startup of this additional vm://null broker? thanks here's my startup script: