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 2491F18B07 for ; Thu, 13 Aug 2015 07:05:57 +0000 (UTC) Received: (qmail 48869 invoked by uid 500); 13 Aug 2015 07:05:52 -0000 Delivered-To: apmail-qpid-users-archive@qpid.apache.org Received: (qmail 48831 invoked by uid 500); 13 Aug 2015 07:05:51 -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 48817 invoked by uid 99); 13 Aug 2015 07:05:51 -0000 Received: from Unknown (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Aug 2015 07:05:51 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 248111A9F71 for ; Thu, 13 Aug 2015 07:05:51 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 3.129 X-Spam-Level: *** X-Spam-Status: No, score=3.129 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_ENVFROM_END_DIGIT=0.25, HTML_MESSAGE=3, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001] autolearn=disabled Authentication-Results: spamd2-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id NdFqL9qgrcur for ; Thu, 13 Aug 2015 07:05:43 +0000 (UTC) Received: from mail-ob0-f177.google.com (mail-ob0-f177.google.com [209.85.214.177]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with ESMTPS id 0CF83518C7 for ; Thu, 13 Aug 2015 06:50:58 +0000 (UTC) Received: by obnw1 with SMTP id w1so30325597obn.3 for ; Wed, 12 Aug 2015 23:50:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=U5e8c1+JXLUrfArGWOXrzy5qfj58lWKFD64pS/lPth8=; b=FbLGD6QrjRh+uFf/cPv9V+u9oyRD8ubVyzzwbz1NM9Z8ZTcC5fGY5yRTCHX9XFVeQm SBI34eP47aTGYQT+WGsWCL5STdBxwGJXbUXOFm2AE060zgAapVnYu5kzUwqRYHQxcQ3o tNbVSLMitmOR/ds2PW4LwPy6k7aOEKGIwFqs2H/tVzIaqJbJf7r+AxLduQx+KLKex1bZ ZAjkpqzdN8lRZIiPHp8NHJ9My26WjcpbZnZpnpqATCJNyG7eCpn08fMDrib1K7L4UcBM zU+QOMOFxJymwCViN20WNsM4LTb3AtPDu/1F1azWvASDqW/m3V9fLHu9K/jiDJ3NrF0/ JecA== MIME-Version: 1.0 X-Received: by 10.182.95.69 with SMTP id di5mr33539494obb.73.1439448650807; Wed, 12 Aug 2015 23:50:50 -0700 (PDT) Received: by 10.202.175.211 with HTTP; Wed, 12 Aug 2015 23:50:50 -0700 (PDT) In-Reply-To: <55B6911A.4010407@redhat.com> References: <55B6911A.4010407@redhat.com> Date: Thu, 13 Aug 2015 14:50:50 +0800 Message-ID: Subject: Re: 0.30 C++ Broker: MsgDrop in topic exchanges' dynamic route From: Haoliang Chen To: users@qpid.apache.org Content-Type: multipart/alternative; boundary=089e0158b39481011a051d2bc15c --089e0158b39481011a051d2bc15c Content-Type: text/plain; charset=UTF-8 So how can I ensure the message was transfer within the federation successfully? Simply put, the problem is if one broker was jammed by a slow receiver, messages will be dropped between the source broker and the jammed broker silently. 2015-07-28 4:14 GMT+08:00 Gordon Sim : > On 07/24/2015 04:25 AM, Haoliang Chen wrote: > >> After further investigation, I found the "--ack=10" parameter hasn't pass >> to the subscription. >> >> qpid: show 126 >> Attribute 126 >> ========================= >> sessionRef 124 >> queueRef 118 >> name My.topic >> browsing False >> acknowledged False >> exclusive True >> creditMode WINDOW >> arguments {} >> delivered 2000 >> >> But if "--ack=10" was apply to a queue route, the "acknowledged" row will >> be "True". >> > > The acknowledged transfer option is only applicable to queue routes at > present because exchange routes use temporary queues that are deleted when > disconnected. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@qpid.apache.org > For additional commands, e-mail: users-help@qpid.apache.org > > --089e0158b39481011a051d2bc15c--