From users-return-2891-apmail-qpid-users-archive=qpid.apache.org@qpid.apache.org Fri Jun 11 13:12:40 2010 Return-Path: Delivered-To: apmail-qpid-users-archive@www.apache.org Received: (qmail 25869 invoked from network); 11 Jun 2010 13:12:40 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 11 Jun 2010 13:12:40 -0000 Received: (qmail 21541 invoked by uid 500); 11 Jun 2010 13:12:40 -0000 Delivered-To: apmail-qpid-users-archive@qpid.apache.org Received: (qmail 21478 invoked by uid 500); 11 Jun 2010 13:12:39 -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 21470 invoked by uid 99); 11 Jun 2010 13:12:39 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Jun 2010 13:12:39 +0000 X-ASF-Spam-Status: No, hits=0.9 required=10.0 tests=AWL,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of glahiru@gmail.com designates 209.85.212.42 as permitted sender) Received: from [209.85.212.42] (HELO mail-vw0-f42.google.com) (209.85.212.42) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Jun 2010 13:12:33 +0000 Received: by vws13 with SMTP id 13so1047444vws.15 for ; Fri, 11 Jun 2010 06:12:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=zy8H9y5iUHGQoU0ZooDjJS7Q207WhwLh6tgWnbvHbMs=; b=U0ZWQq2wADbpvtUMvQP0PMTDUuf5RrXg7kKxeori2o1t/olxjPE7hgxRDR7DELf3wZ 5dUYy0vHajFA8a9z/CERW4bk3j6pVEA4SdHtW17EygDzYWPES9cUznUJBmt5Wap77/r5 s5YT5Wk4d615/Hlz3+z5yzM8JnqB9kkKS6998= 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; b=tc7qw72CKeaHCfEPIks91C8j/kzfTP4quhiiQPrpNc8/7LA3g6Xl8ojVBsoVYs2ldw kjabzmcGN9nRbWmC/crwQ4FCG43TLt1Qk7MxXS6LVqgJsD5eAM/Q22mfcuVe2qH/xBBB ZfwDNOje14N5w7QsGkFmp6HdJnx/PBvGx9Cew= MIME-Version: 1.0 Received: by 10.224.88.25 with SMTP id y25mr557874qal.226.1276261932074; Fri, 11 Jun 2010 06:12:12 -0700 (PDT) Received: by 10.229.233.208 with HTTP; Fri, 11 Jun 2010 06:12:10 -0700 (PDT) In-Reply-To: References: Date: Fri, 11 Jun 2010 18:42:10 +0530 Message-ID: Subject: Re: Clustering support in Qpid Java broker From: Lahiru Gunathilake To: users@qpid.apache.org Content-Type: multipart/alternative; boundary=00c09f905eed1ba16c0488c0e3f1 --00c09f905eed1ba16c0488c0e3f1 Content-Type: text/plain; charset=ISO-8859-1 Hi Marnie, Sorry I got you wrong ! We are using NON_PERSISTENT ! Lahiru On Fri, Jun 11, 2010 at 2:10 AM, Marnie McCormack < marnie.mccormack@googlemail.com> wrote: > Yes, if you google JMS delivery mode you'll see what I mean - persistent is > the default for send() on a MessageProducer. > > Marnie > > On Thu, Jun 10, 2010 at 6:01 PM, Lahiru Gunathilake >wrote: > > > On Thu, Jun 10, 2010 at 9:53 PM, Marnie McCormack < > > marnie.mccormack@googlemail.com> wrote: > > > > > Whats your message delivery mode ? > > > > > It's JMS ! > > > > > > Thanks > > Lahiru > > > > > > > > Marnie > > > > > > On Thu, Jun 10, 2010 at 5:12 PM, Lahiru Gunathilake > > >wrote: > > > > > > > Hi Marnie, > > > > > > > > Thanks for the reply, what do you mean by persistent messaging ? from > > our > > > > ESB side we do not have failover configuration but we can always > > > configure > > > > a > > > > failover scenario to piont to another qpid instance and from the > other > > > esb > > > > we can register all the qpid instances as listeners so those guys > will > > > pick > > > > messages whenever message comes to qpid failover instances. > > > > > > > > On Thu, Jun 10, 2010 at 9:20 PM, Marnie McCormack < > > > > marnie.mccormack@googlemail.com> wrote: > > > > > > > > > Hi Lahiru, > > > > > > > > > > Are you using persistent messaging and also do you use failover on > > > client > > > > > connections ? > > > > > > > > > > There's currently no clustering support, but I can give you some > > ideas > > > > > about > > > > > using multiple brokers and depolyment models we've used. > > > > > > > > > can you please give a little explanation on this approach and that > will > > > be > > > > really useful for me ! > > > > > > > > > > > > Thanks in advance > > > > Lahiru > > > > > > > > > > > > > > Regards, > > > > > Marnie > > > > > > > > > > On Thu, Jun 10, 2010 at 2:29 PM, Lahiru Gunathilake < > > glahiru@gmail.com > > > > > >wrote: > > > > > > > > > > > Hi all, > > > > > > > > > > > > I am using Qpid as the message storage between two ESB instances > > and > > > > one > > > > > > ESB > > > > > > is sending messages to Qpid and other guy is picking those > messages > > > > from > > > > > > Qpid since the first ESB is not allowed to create a connection in > > to > > > > the > > > > > > Zone where second ESB is running. So in this scenario we are > having > > a > > > > > > single > > > > > > point of failure in the Qpid instance running in between and I am > > > using > > > > > > Qpid > > > > > > java broker. > > > > > > > > > > > > Is there solution with Qpid Java broker for this problem, like > > > > clustering > > > > > > the Qpid or what type of federation support Qpid Java broker is > > > > providing > > > > > ? > > > > > > > > > > > > Can somebody please point me to a document if you are already > > > > supporting > > > > > > this with Java broker ? > > > > > > > > > > > > Regards > > > > > > Lahiru > > > > > > > > > > > > -- > > > > > > Apache Qpid, Worlds dominant messaging middleware..!!! > > > > > > > > > > > > Senior Software Engineer > > > > > > WSO2 Inc > > > > > > > > > > > > > > > > > > > > > > > > > > > -- > > > > Apache Qpid, Worlds dominant messaging middleware..!!! > > > > > > > > Senior Software Engineer > > > > WSO2 Inc > > > > > > > > > > > > > > > -- > > Apache Qpid, Worlds dominant messaging middleware..!!! > > > > Senior Software Engineer > > WSO2 Inc > > > -- Apache Qpid, Worlds dominant messaging middleware..!!! Senior Software Engineer WSO2 Inc --00c09f905eed1ba16c0488c0e3f1--