Return-Path: Delivered-To: apmail-geronimo-activemq-users-archive@www.apache.org Received: (qmail 26402 invoked from network); 14 Sep 2006 08:56:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 14 Sep 2006 08:56:00 -0000 Received: (qmail 72816 invoked by uid 500); 14 Sep 2006 08:56:00 -0000 Delivered-To: apmail-geronimo-activemq-users-archive@geronimo.apache.org Received: (qmail 72621 invoked by uid 500); 14 Sep 2006 08:55:59 -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 72611 invoked by uid 99); 14 Sep 2006 08:55:59 -0000 Received: from idunn.apache.osuosl.org (HELO idunn.apache.osuosl.org) (140.211.166.84) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Sep 2006 01:55:59 -0700 Authentication-Results: idunn.apache.osuosl.org smtp.mail=aco@exist.com; spf=permerror X-ASF-Spam-Status: No, hits=0.0 required=5.0 tests= Received-SPF: error (idunn.apache.osuosl.org: domain exist.com from 64.14.253.182 cause and error) Received: from ([64.14.253.182:23624] helo=mail.exist.com) by idunn.apache.osuosl.org (ecelerity 2.1 r(10620)) with ESMTP id 76/40-03980-1D819054 for ; Thu, 14 Sep 2006 01:55:56 -0700 Received: from [192.168.241.117] ([58.71.13.205]) (authenticated bits=0) by mail.exist.com (8.12.11/8.12.11) with ESMTP id k8E8mvn7030794 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 14 Sep 2006 01:49:01 -0700 Message-ID: <450918C7.9070800@exist.com> Date: Thu, 14 Sep 2006 16:54:31 +0800 From: Adrian Co User-Agent: Thunderbird 1.5.0.5 (Windows/20060719) MIME-Version: 1.0 To: activemq-users@geronimo.apache.org Subject: Re: ActiveMQ 4.0.1: Problem with Network of Brokers and remote publisher References: <45080BC0.90302@nexgo.de> In-Reply-To: <45080BC0.90302@nexgo.de> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi, Could you post your broker config for remote and local? It's possible that you didn't create a network connector from remote to local. Xalibur wrote: > Hello, > > I'm currently experimenting with ActiveMQ 4.0.1 and a network of > brokers. I tried out the sender/receiver example from the > src-distribution, and it works fine, as long as sender and receiver > broker reside on the same host, together with the test. > > If I put one on a remote machine, I observe something strange: > If I connect my sending client to my local broker and the receiving > client to the remote one, all works fine. If I switch them (remote > sender, local receiver) I do not receive any events. > > I'm sure I'm making some stupid mistake somewhere, maybe I have to > tweak the configuration in some way? > > Best regards > Linda >