From users-return-18171-apmail-activemq-users-archive=activemq.apache.org@activemq.apache.org Mon Mar 02 13:53:33 2009 Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 11186 invoked from network); 2 Mar 2009 13:53:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Mar 2009 13:53:32 -0000 Received: (qmail 95599 invoked by uid 500); 2 Mar 2009 13:53:30 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 95584 invoked by uid 500); 2 Mar 2009 13:53:30 -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 95573 invoked by uid 99); 2 Mar 2009 13:53:30 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Mar 2009 05:53:30 -0800 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of gary.tully@gmail.com designates 209.85.218.170 as permitted sender) Received: from [209.85.218.170] (HELO mail-bw0-f170.google.com) (209.85.218.170) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Mar 2009 13:53:21 +0000 Received: by bwz18 with SMTP id 18so2106765bwz.38 for ; Mon, 02 Mar 2009 05:52:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=Mos+WNckSwleiruD1EX0n12vnhRglq7ohOOgadOmT28=; b=vC0Y6g82IfmrVUFrmNFbfnGLrZBltzPSgdbnfvAwrGLctq+fXShqwx1SsqIKI4WJQE WsQ2gDC3diL//vRyzx588DsraZrYEV+u4RSo2GvhMGT2ARt7ZpETcke0uysiUpLOXWKq ghKpEKZXG72O7C5Eg6wI2pP4YeGA1naCGlFuo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=jeM+fnKER7A04MZWvt3urCXlfUlIAQ+MZ8pjdG5uYZlLLZvk88L0RR9br9pIo/X358 K6Wlo3FD1A9wAo9jsiiiZwJLRFvcvfhXLmJgPcs3q1c+ZxDVasiXhhAZ2Pb8hpUImyNU VHTDmZiyAYFmnk/X7LkMVtsIvuc+oLXPlDTcs= MIME-Version: 1.0 Received: by 10.181.17.13 with SMTP id u13mr2124579bki.152.1236001979434; Mon, 02 Mar 2009 05:52:59 -0800 (PST) In-Reply-To: <22286296.post@talk.nabble.com> References: <22262226.post@talk.nabble.com> <22286296.post@talk.nabble.com> Date: Mon, 2 Mar 2009 13:52:59 +0000 Message-ID: <3a73c17c0903020552v2d76de7dg38d1c2b19f1d74e8@mail.gmail.com> Subject: Re: Network of 3 brokers, durable consumer problem From: Gary Tully To: users@activemq.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org The bridge broker name is used as an identity for that bridge's durable consumers. With a durable consumer, a bridge subscription needs to remain through a durable connect/close. This is achieved by using a well known name for the durable subscription in the bridge. This name is based on the bridge's broker name. This ensures that the bridge subscription remains through a durable subscription close/reopen and that the reopened subscription can reconnect with the original bridge's subscription. For full details see createDemandSubscription @ http://activemq.apache.org/maven/activemq-core/apidocs/src-html/org/apache/activemq/network/DurableConduitBridge.html#line.79 2009/3/2 Bastian Preindl : > > Hi, > > apparently my mistake was to copy and paste the configuration from one > broker to the others and not change the broker's name ('localhost'). But I > wonder why this doesn't lead to problems from the beginning but as recently > as I add the second durable subscriber to a broker having the same name that > the first subscriber's broker. When establishing the bridges everything > works fine. > > I'd really appreciate any clarification on this because now it works but I > don't really know why?! > > Thanks a lot > > Bastian > -- > View this message in context: http://www.nabble.com/Network-of-3-brokers%2C-durable-consumer-problem-tp22262226p22286296.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. > > -- http://blog.garytully.com Open Source SOA http://FUSESource.com