Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id D1360200C68 for ; Wed, 3 May 2017 22:58:38 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id CFC7F160BB5; Wed, 3 May 2017 20:58:38 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 47764160BA1 for ; Wed, 3 May 2017 22:58:38 +0200 (CEST) Received: (qmail 86215 invoked by uid 500); 3 May 2017 20:58:37 -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 86204 invoked by uid 99); 3 May 2017 20:58:37 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 May 2017 20:58:37 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 0C7F6C69D5 for ; Wed, 3 May 2017 20:58:37 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -4.049 X-Spam-Level: X-Spam-Status: No, score=-4.049 tagged_above=-999 required=6.31 tests=[RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_HELO_PASS=-0.001, SPF_SOFTFAIL=0.972] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id 0huK2jMOVcMY for ; Wed, 3 May 2017 20:58:36 +0000 (UTC) Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTPS id E8F535F36F for ; Wed, 3 May 2017 20:58:35 +0000 (UTC) Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id AB5AB4E34D for ; Wed, 3 May 2017 20:58:34 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com AB5AB4E34D Authentication-Results: ext-mx09.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=apache.org Authentication-Results: ext-mx09.extmail.prod.ext.phx2.redhat.com; spf=fail smtp.mailfrom=astitcher@apache.org DKIM-Filter: OpenDKIM Filter v2.11.0 mx1.redhat.com AB5AB4E34D Received: from ovpn-120-141.rdu2.redhat.com (ovpn-120-141.rdu2.redhat.com [10.10.120.141]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 61D1771CA2 for ; Wed, 3 May 2017 20:58:34 +0000 (UTC) Message-ID: <1493845113.5473.8.camel@apache.org> Subject: Re: Alternatives to pn_messenger (QPID Proton C) From: Andrew Stitcher To: users@qpid.apache.org Date: Wed, 03 May 2017 16:58:33 -0400 In-Reply-To: References: <1493840605.5473.6.camel@apache.org> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.79 on 10.5.11.16 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.38]); Wed, 03 May 2017 20:58:34 +0000 (UTC) archived-at: Wed, 03 May 2017 20:58:39 -0000 On Wed, 2017-05-03 at 20:48 +0000, Frank Quinn wrote: > ... > We also make heavy use of pn_message_t which I thought might have > been a > possible overload for the c++ proton::message constructor but I can't > see > one unless there are conversion functions somewhere public? The C++ API is intended to be used by itself, and not in conjunction with the C API at the same time. Having said that proton::message is only a wrapper for pn_message_t. But if you are using the API there's no string reason to ever use the C pn_message_t API. What are you doing the uses the pn_message_t API that is separate from sending messages, that can't be done solely in C++? You should be able to everything more easily just using the C++ API. If not, then we'll seriously look at what you are doing that can't be done, as we do want the API to cover a wide swath. Andrew --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@qpid.apache.org For additional commands, e-mail: users-help@qpid.apache.org