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 6970B94D3 for ; Wed, 5 Oct 2011 08:28:55 +0000 (UTC) Received: (qmail 58439 invoked by uid 500); 5 Oct 2011 08:28:55 -0000 Delivered-To: apmail-qpid-users-archive@qpid.apache.org Received: (qmail 58420 invoked by uid 500); 5 Oct 2011 08:28: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 58412 invoked by uid 99); 5 Oct 2011 08:28:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Oct 2011 08:28:55 +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 (athena.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, 05 Oct 2011 08:28:48 +0000 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p958SRWx016847 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 5 Oct 2011 04:28:27 -0400 Received: from [10.11.9.23] (vpn-9-23.rdu.redhat.com [10.11.9.23]) by int-mx12.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id p958SOCY030754 for ; Wed, 5 Oct 2011 04:28:26 -0400 Message-ID: <4E8C1503.10806@redhat.com> Date: Wed, 05 Oct 2011 09:27:47 +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; U; Linux i686; en-US; rv:1.9.1.15) Gecko/20101027 Fedora/3.0.10-1.fc12 Lightning/1.0b1 Thunderbird/3.0.10 MIME-Version: 1.0 To: users@qpid.apache.org Subject: Re: problem with Qpidd References: <4E8421DE.9090602@redhat.com> <4E8445DB.5010103@redhat.com> <4E8451C4.8010208@redhat.com> <4E845C7E.3030708@redhat.com> <4E847CFB.30305@redhat.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.68 on 10.5.11.25 On 09/30/2011 12:09 PM, surya prakash wrote: > 1)by using sender i am sending messages with High TPS like 10000-15000.and > receiver only able to receive 5000-6000 only. > *How i tested:*i sent 1000000 messages using one simple sender application > ,it sent those messages very fast.but the receiver is not able to receive > data continuously not receiving,how to solve this problem and what may the > cause for this. Did you change your subscription settings? > 2)when i am testing with sender and receiver application in between i killed > and restarted qpidd in this case duplicate entrys are comming. That is expected. Currently only at-least-once is supported (not exactly-once). This means you need to be prepared to do any de-duplication in your application. How best to do so will depend on your use case but again you can look at the failover example for one approach using the qpid::client API. --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:users-subscribe@qpid.apache.org