Return-Path: Delivered-To: apmail-geronimo-activemq-users-archive@www.apache.org Received: (qmail 4853 invoked from network); 14 Jun 2006 18:25:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 14 Jun 2006 18:25:11 -0000 Received: (qmail 59222 invoked by uid 500); 14 Jun 2006 18:25:11 -0000 Delivered-To: apmail-geronimo-activemq-users-archive@geronimo.apache.org Received: (qmail 59201 invoked by uid 500); 14 Jun 2006 18:25:10 -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 59192 invoked by uid 99); 14 Jun 2006 18:25:10 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Jun 2006 11:25:10 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=RCVD_IN_BL_SPAMCOP_NET,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of chirino@gmail.com designates 66.249.92.168 as permitted sender) Received: from [66.249.92.168] (HELO ug-out-1314.google.com) (66.249.92.168) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Jun 2006 11:25:10 -0700 Received: by ug-out-1314.google.com with SMTP id m3so471113uge for ; Wed, 14 Jun 2006 11:24:48 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=PoYJaqW2RDHeBo+iJVpmYRQy3laTpFf0SFniFLLeEc5dewxuMPC8xt23s5nfRYm4JiOXLWcHSJFodS4TDZwy3Lk6ZQwS1ZBI5rXARmVQMt3XXgk3d4BzTF8F0AAK4uMgtq7Qw1mmTfLT2Wufa+0YqAOJ/fJaJ7yEkYO6HEUC62I= Received: by 10.67.100.17 with SMTP id c17mr916887ugm; Wed, 14 Jun 2006 11:24:48 -0700 (PDT) Received: by 10.66.237.18 with HTTP; Wed, 14 Jun 2006 11:24:48 -0700 (PDT) Message-ID: Date: Wed, 14 Jun 2006 14:24:48 -0400 From: "Hiram Chirino" Sender: chirino@gmail.com To: activemq-users@geronimo.apache.org Subject: Re: Disable federation of brokers In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: X-Google-Sender-Auth: a0575190ce8492ab X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Yes that looks correct. I suspect that perhaps a different configuration file is being loaded up instead of the one you think is being loaded then. On 6/14/06, William Blackburn wrote: > Sorry if this is an often requested question, but I've been looking > over the docs and list archives and I just can't seem to find the > answer. > > We have multiple developers frequently deploying activemq in the own > environments during test/development, yet the activemq brokers all > still try and federate. I've played withe the activemq config, but no > matter what I try I can't stop them. Is there a way to prevent the > discovery and federation process? the broker section of my file > currently looks like: > > > dataDirectory="#dataDir" dataSource="#postgres-ds"/> > > > > > > > > > -- Regards, Hiram