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 71938184A8 for ; Tue, 12 Jan 2016 10:02:23 +0000 (UTC) Received: (qmail 8181 invoked by uid 500); 12 Jan 2016 10:02:23 -0000 Delivered-To: apmail-qpid-users-archive@qpid.apache.org Received: (qmail 8164 invoked by uid 500); 12 Jan 2016 10:02:23 -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 8153 invoked by uid 99); 12 Jan 2016 10:02:22 -0000 Received: from Unknown (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Jan 2016 10:02:22 +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 5619F1A0B4E for ; Tue, 12 Jan 2016 10:02:22 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -0.576 X-Spam-Level: X-Spam-Status: No, score=-0.576 tagged_above=-999 required=6.31 tests=[RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-0.554, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001] autolearn=disabled 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 HXjE328iemQF for ; Tue, 12 Jan 2016 10:02:21 +0000 (UTC) Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with ESMTPS id 8D3D7439C4 for ; Tue, 12 Jan 2016 10:02:21 +0000 (UTC) Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) by mx1.redhat.com (Postfix) with ESMTPS id B8F6AC0BF2A1 for ; Tue, 12 Jan 2016 10:02:15 +0000 (UTC) Received: from [10.36.116.101] (ovpn-116-101.ams2.redhat.com [10.36.116.101]) by int-mx13.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id u0CA2EL1024324 for ; Tue, 12 Jan 2016 05:02:15 -0500 Message-ID: <5694CF4B.9080402@redhat.com> Date: Tue, 12 Jan 2016 10:02:51 +0000 From: Gordon Sim Organization: Red Hat UK Ltd, Registered in England and Wales under Company Registration No. 3798903, Directors: Michael Cunningham (USA), Michael O'Neill (Ireland), Paul Argiry (USA) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130625 Thunderbird/17.0.7 MIME-Version: 1.0 To: users@qpid.apache.org Subject: Re: C++ Spout Example Fix References: <245822.92591.bm@smtp218.mail.bf1.yahoo.com> In-Reply-To: <245822.92591.bm@smtp218.mail.bf1.yahoo.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.68 on 10.5.11.26 On 01/11/2016 11:41 PM, Jeremy Wagner wrote: > Hello, > > I noticed that the spout.cpp needs to set the Boolean print value to false. > > 62c63,63 > < durable(false) > --- >> durable(false), >> print(false) Thanks for pointing that out! I've committed the fix[1]. [1] http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/examples/messaging/spout.cpp?r1=1724188&r2=1724187&pathrev=1724188 --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@qpid.apache.org For additional commands, e-mail: users-help@qpid.apache.org