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 28B214855 for ; Thu, 7 Jul 2011 04:41:41 +0000 (UTC) Received: (qmail 20313 invoked by uid 500); 7 Jul 2011 04:41:40 -0000 Delivered-To: apmail-qpid-users-archive@qpid.apache.org Received: (qmail 19969 invoked by uid 500); 7 Jul 2011 04:41:14 -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 19960 invoked by uid 99); 7 Jul 2011 04:41:07 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Jul 2011 04:41:07 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [81.95.97.120] (HELO out.smtp.cz) (81.95.97.120) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Jul 2011 04:40:57 +0000 Received: from vbms.smtp.cz (danu.smtp.cz [81.95.97.125]) by out.smtp.cz (Postfix) with SMTP id 74698A0087 for ; Thu, 7 Jul 2011 06:40:36 +0200 (CEST) Received: from out.smtp.cz ([81.95.97.120]) by danu.smtp.cz ([81.95.97.125]) with SMTP (gateway) id A02FE06DCD3; Thu, 07 Jul 2011 06:40:36 +0200 Received: from [10.0.0.1] (132.69.broadband6.iol.cz [88.101.69.132]) (Authenticated sender: jiri@krutil.com) by out.smtp.cz (Postfix) with ESMTPA id 5632CA0087 for ; Thu, 7 Jul 2011 06:40:36 +0200 (CEST) Subject: Sender capacity in C++ client From: Jiri Krutil To: users@qpid.apache.org Content-Type: text/plain; charset="UTF-8" Date: Thu, 07 Jul 2011 06:40:35 +0200 Message-ID: <1310013635.15568.5.camel@holba> Mime-Version: 1.0 X-Mailer: Evolution 2.32.2 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi What is the meaning of 'capacity' of a Sender in the C++ messaging client? Does the client maintain a reply buffer of sent messages or is this merely a limit for the number of in-doubt or unconfirmed messages? Is this a client-only setting or does the broker see it as well? What happens if the Sender capacity is full and I attempt to send another message? Does the call block until some messages are confirmed by the broker? What is the default capacity? Cheers Jiri --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:users-subscribe@qpid.apache.org