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 EE4E9E57B for ; Tue, 15 Jan 2013 22:14:01 +0000 (UTC) Received: (qmail 96768 invoked by uid 500); 15 Jan 2013 22:14:01 -0000 Delivered-To: apmail-qpid-users-archive@qpid.apache.org Received: (qmail 96643 invoked by uid 500); 15 Jan 2013 22:14:01 -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 96629 invoked by uid 99); 15 Jan 2013 22:14:00 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Jan 2013 22:14:00 +0000 X-ASF-Spam-Status: No, hits=2.2 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [74.125.82.49] (HELO mail-wg0-f49.google.com) (74.125.82.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Jan 2013 22:13:53 +0000 Received: by mail-wg0-f49.google.com with SMTP id 15so419673wgd.4 for ; Tue, 15 Jan 2013 14:13:32 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type :x-gm-message-state; bh=jDkIbAexBTcmc0PYW6Clxl6xfGEVPM5FewqylNkiFTc=; b=i7KN+lhHm3tCupPPFKXMgawbhfP9l3ZspjcBAD2vRrDe9ux6UMS/HIuUAgv80vIW4L +wWtOzScbhOqzDXwc70nPx7BhSUlKI/BAIgG2LLwxeXlbpN6RuBvLawt8Myhi07civbT qyae+8Sh4XxCjFJEFwanHuN1DEX6fZQavpnhhOeOAY/s5WB+0FRl2KW1l4vS50bEh5xO 1Cvc54YY3VjefCmM/8SHFf4QjaE02QITvzBDhpadKPey3Bt/PVuYNIa6H28W8XFRuxfY Zw5IvjRs67NfQs3DE2Xd//fVHQoRtEbu43Wz+fWOdeJjqDPhui5d+C5BJPPH8TmfCx72 /acg== MIME-Version: 1.0 Received: by 10.194.235.6 with SMTP id ui6mr144939603wjc.12.1358288012471; Tue, 15 Jan 2013 14:13:32 -0800 (PST) Received: by 10.194.119.232 with HTTP; Tue, 15 Jan 2013 14:13:32 -0800 (PST) Date: Tue, 15 Jan 2013 17:13:32 -0500 Message-ID: Subject: Activating amqp 1.0 / proton in C++ messaging example From: "Paul O'Fallon" To: users@qpid.apache.org Content-Type: multipart/alternative; boundary=089e01493bd07c6d9304d35b122d X-Gm-Message-State: ALoCoQkqiMSZ5FXDBVoOA811Wp1lFDLtSKsXXJLNL4OsJC6+1j1HixIkf29VeK8QC41YqpZ/Drej X-Virus-Checked: Checked by ClamAV on apache.org --089e01493bd07c6d9304d35b122d Content-Type: text/plain; charset=ISO-8859-1 Hello. I've had proton installed for a while, coding directly against it's C API (connecting to Azure ServiceBus). Now I want to connect via c++ through Qpid itself. I've built Qpid 0.20-rc4 and the build output indicates that it *does* find the proton libraries and that amqp 1.0 support is enabled. When I run the "client" c++ example (in cpp/examples/messaging) without specifying a protocol option, I get "error Caught exception in state: 3 with event: 1: Unsupported version: 1-0 supported version 0-10" (i.e. it's trying amqp 0.10 and not 1.0). However, when I add the connection option "protocol: amqp1.0" I get an error stating that this is an "Unsupported protocol". Is there a different connection option I need to use to trigger the use of the proton library / amqp 1.0? Thanks! - Paul --089e01493bd07c6d9304d35b122d--