Return-Path: Delivered-To: apmail-geronimo-activemq-users-archive@www.apache.org Received: (qmail 28744 invoked from network); 17 Mar 2006 11:18:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 17 Mar 2006 11:18:01 -0000 Received: (qmail 74852 invoked by uid 500); 17 Mar 2006 11:18:01 -0000 Delivered-To: apmail-geronimo-activemq-users-archive@geronimo.apache.org Received: (qmail 74823 invoked by uid 500); 17 Mar 2006 11:18:01 -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 74814 invoked by uid 99); 17 Mar 2006 11:18:00 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Mar 2006 03:18:00 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of xleyba@gmail.com designates 64.233.184.192 as permitted sender) Received: from [64.233.184.192] (HELO wproxy.gmail.com) (64.233.184.192) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Mar 2006 03:17:59 -0800 Received: by wproxy.gmail.com with SMTP id i21so568300wra for ; Fri, 17 Mar 2006 03:17:38 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=UychiRJD8Z65b5IryhY0tzAdCzs80dntASlPxRVgmJC7c1vb8Lu1y3CDHJvpL0nCtrFDqdMJtSPanneEX6kgga5aPVVOG5Wn1B654AbvbD0uOhnws93gqi+4LYl5EzL5MPho4wsCV3yGGJJ1HEQQ1I6adeGfurM9wfiKyCE9ORY= Received: by 10.65.112.10 with SMTP id p10mr133383qbm; Fri, 17 Mar 2006 03:17:38 -0800 (PST) Received: by 10.65.251.10 with HTTP; Fri, 17 Mar 2006 03:17:38 -0800 (PST) Message-ID: <933f2a180603170317m13287a1dr96118b2d8352b6a8@mail.gmail.com> Date: Fri, 17 Mar 2006 12:17:38 +0100 From: "Javier Leyba" To: activemq-users@geronimo.apache.org Subject: Re: Network of brokers refuse connection In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <933f2a180603170101lf7ad420i5e8775481c6221c0@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 3/17/06, James Strachan wrote: > This isn't terribly well documented yet I'm afraid - but when you are > creating a network of brokers; the brokers act kinda like JMS clients > connecting to other brokers. The defines the address > the broker will listen on for inbound connections - from JMS/OpenWire > clients or other brokers. > > So using your first example... > > > > > /> > James Thanks for your reply. Let me try check if I understood you. Do you mean that my config should be something like this ? name =3D bridge networkTTL =3D 2 I've interpreted this from your explanation and did those changes in my con= fig. Now I can see in both brokers consoles the message: -------- INFO DemandForwardingBridge - Network connection between vm://ubuntu1#2 and tcp://172.30.27.1:62003(nova1) has been established. ------- But I'm still receiving in log4j logs the message: ------------ 2006-03-17 12:11:29,612 [ead Pool Thread] DEBUG FailoverTransport =20 - Connect fail to: tcp://172.31.112.9:62001, reason: java.net.ConnectException: Connection refused 2006-03-17 12:11:29,612 [ead Pool Thread] DEBUG FailoverTransport =20 - Waiting 10 ms before attempting connection. ---------- Now I'm a little bit confused. I don't know if I'm wrong understunding your meaning of I've still a wrong config. Thanks in advance J