Return-Path: X-Original-To: apmail-qpid-users-archive@www.apache.org Delivered-To: apmail-qpid-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CAF2ED13D for ; Wed, 15 May 2013 09:02:55 +0000 (UTC) Received: (qmail 23788 invoked by uid 500); 15 May 2013 09:02:55 -0000 Delivered-To: apmail-qpid-users-archive@qpid.apache.org Received: (qmail 23689 invoked by uid 500); 15 May 2013 09:02:55 -0000 Mailing-List: contact users-help@qpid.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@qpid.apache.org Delivered-To: mailing list users@qpid.apache.org Received: (qmail 23671 invoked by uid 99); 15 May 2013 09:02:54 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 May 2013 09:02:54 +0000 X-ASF-Spam-Status: No, hits=-5.0 required=5.0 tests=RCVD_IN_DNSWL_HI,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of gsim@redhat.com designates 209.132.183.28 as permitted sender) Received: from [209.132.183.28] (HELO mx1.redhat.com) (209.132.183.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 May 2013 09:02:48 +0000 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r4F92QQW030461 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 15 May 2013 05:02:26 -0400 Received: from [10.36.116.75] (ovpn-116-75.ams2.redhat.com [10.36.116.75]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id r4F92OLX012863 for ; Wed, 15 May 2013 05:02:25 -0400 Message-ID: <51934F39.2020505@redhat.com> Date: Wed, 15 May 2013 10:02:49 +0100 From: Gordon Sim Organization: Red Hat UK Ltd, Registered in England and Wales under Company Registration No. 3798903, Directors: Michael Cunningham (USA), Mark Hegarty (Ireland), Matt Parsons (USA), Charlie Peters (USA) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130311 Thunderbird/17.0.4 MIME-Version: 1.0 To: users@qpid.apache.org Subject: Re: Java broker network References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.68 on 10.5.11.22 X-Virus-Checked: Checked by ClamAV on apache.org On 05/15/2013 07:27 AM, Phil Harvey wrote: > There's nothing built in that would allow you to automatically route > messages between Java Brokers (and I don't know enough about the c++ Broker > to say whether it would meet your requirements). > > On 14 May 2013 03:26, "Gihan Anuruddha" wrote: >> Basically my requirement is I want to setup couple of pub-sub java brokers >> that act like a group. So I want to subscribe for a topic under particular >> broker(broker A) and if that publisher published the message to any other >> broker(broker A or B or C ...) within that group it should be route to that >> relevant broker (broker A). The c++ broker can be setup to do topic federation like this. (You would create an exchange to handle the topic on each of the brokers the using the qpid-route command do: qpid-route dynamic add BrokerA BrokerB and the reverse direction: qpid-route dynamic add BrokerB BrokerA ). --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@qpid.apache.org For additional commands, e-mail: users-help@qpid.apache.org