Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 4462 invoked from network); 2 May 2007 23:07:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 May 2007 23:07:50 -0000 Received: (qmail 89513 invoked by uid 500); 2 May 2007 23:07:56 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 89497 invoked by uid 500); 2 May 2007 23:07:56 -0000 Mailing-List: contact users-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@activemq.apache.org Delivered-To: mailing list users@activemq.apache.org Received: (qmail 89486 invoked by uid 99); 2 May 2007 23:07:56 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 May 2007 16:07:56 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of mario.siegenthaler@gmail.com designates 64.233.166.181 as permitted sender) Received: from [64.233.166.181] (HELO py-out-1112.google.com) (64.233.166.181) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 May 2007 16:07:48 -0700 Received: by py-out-1112.google.com with SMTP id a25so254346pyi for ; Wed, 02 May 2007 16:07:27 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=dbu7uVSISEmxuI6qqZm5/iahq3LN20D54CyT8bEOa1p7D97Ae87U67sIIZmye8WP6Jond2NUhjVb2wUpcOvV3rrEse0+tJm77cT1i9inSBp+RuOXkpvDH+7ek0BUcv3xvHSKqB1uUcBL92WXp+mD2jY1aVYFZNZEl/p41OUc1E8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=O2DDso95IYiNfSHxdrpleZLLFmiYcgnkDnituq6FkbmxRQYPOEtG3vPYOqPpPjVxt2z56xi9yPBGrNeJaW9/FexpErGgEkH7PtVoBljVwJ1xrU7B5lsfCS/xS8NpECol5qJEcORF96HMLpSp5OAfRkGBW9Iv90zznfofYTur+kw= Received: by 10.65.192.16 with SMTP id u16mr2234278qbp.1178147247235; Wed, 02 May 2007 16:07:27 -0700 (PDT) Received: by 10.65.11.8 with HTTP; Wed, 2 May 2007 16:07:27 -0700 (PDT) Message-ID: Date: Thu, 3 May 2007 01:07:27 +0200 From: "Mario Siegenthaler" To: users@activemq.apache.org Subject: Re: Network of brokers - messages not forwarded In-Reply-To: <050120072109.17361.4637AC750005DC54000043D12206424613059DA10E039A@comcast.net> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_8654_918433.1178147247158" References: <050120072109.17361.4637AC750005DC54000043D12206424613059DA10E039A@comcast.net> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_8654_918433.1178147247158 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline > > The default value of networkTTL is 1 (per the documentation); does this > mean > that messages will not cross more than one broker? Could that be causing > the > problem above? I'd say it's the TTL that causes your problem (it actually does what you said). Try setting it at least to 2. I'd also configure the dynamicOnly to true, since otherwise the message could be passed from broker A to broker B (no consumer attached) and then later a consumer on A wouldn't be able to receive it anymore (run out of TTL). See also http://activemq.apache.org/networks-of-brokers.html esp. the configuration pitfall section. We ran into the exact same problem as you did, it gets even worse with 3 brokers... :) Sincerely Mario ------=_Part_8654_918433.1178147247158--