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 A264B2007D1 for ; Thu, 12 May 2016 19:28:43 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 9F7A9160939; Thu, 12 May 2016 17:28:43 +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 E99411602BF for ; Thu, 12 May 2016 19:28:42 +0200 (CEST) Received: (qmail 57206 invoked by uid 500); 12 May 2016 17:28:42 -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 57190 invoked by uid 99); 12 May 2016 17:28:41 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 May 2016 17:28:41 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 7DE0FC023C for ; Thu, 12 May 2016 17:28:41 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -5.023 X-Spam-Level: X-Spam-Status: No, score=-5.023 tagged_above=-999 required=6.31 tests=[RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001] autolearn=disabled Received: from mx2-lw-us.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id dGNUNm3jxcNY for ; Thu, 12 May 2016 17:28:39 +0000 (UTC) Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by mx2-lw-us.apache.org (ASF Mail Server at mx2-lw-us.apache.org) with ESMTPS id 5A4305F369 for ; Thu, 12 May 2016 17:28:39 +0000 (UTC) Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 9352DC05B1C9 for ; Thu, 12 May 2016 17:28:38 +0000 (UTC) Received: from localhost.localdomain (ovpn-113-20.phx2.redhat.com [10.3.113.20]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id u4CHSb9R028058 for ; Thu, 12 May 2016 13:28:38 -0400 Subject: Re: QPID::messaging AMQP version support To: users@qpid.apache.org References: <1463073083617.63655@renci.org> From: Gordon Sim Organization: Red Hat UK Ltd, Registered in England and Wales under Company Registration No. 3798903, Directors: Michael Cunningham, Michael O'Neill, Eric Shander Message-ID: <5734BD45.8020006@redhat.com> Date: Thu, 12 May 2016 18:28:37 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.7.1 MIME-Version: 1.0 In-Reply-To: <1463073083617.63655@renci.org> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.68 on 10.5.11.23 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.32]); Thu, 12 May 2016 17:28:38 +0000 (UTC) archived-at: Thu, 12 May 2016 17:28:43 -0000 On 12/05/16 18:11, Justin James wrote: > Does qpid::messaging c++ client support AMQP 1.0? Yes, however it uses qpid proton for the 1.0 support underneath, therefore when building qpid-cpp you need to have proton installed (and found). > According to this page it appears that it should. > > > http://qpid.apache.org/components/messaging-api/index.html > > > > I downloaded qpid-cpp-0.34 and tried the hello_world program but got the following error: > > > error Caught exception in state: 3 with event: 3: framing-error: Framing version unsupported (/home/jjames/qpid-cpp-0.34/src/qpid/framing/AMQFrame.cpp:93) > No suitable protocol version supported by peer, tried amqp0-10 > > I am connecting to Apache ActiveMQ which I believe only supports AMQP 1.0. > > > I have tried QPID Proton and it does work but it seems that every time I want to send a message I have to open and close a new connection since run() doesn't return until the the connection is closed. > > > > Thanks. > > > Justin James > > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@qpid.apache.org For additional commands, e-mail: users-help@qpid.apache.org