Return-Path: Delivered-To: apmail-qpid-users-archive@www.apache.org Received: (qmail 77029 invoked from network); 21 May 2009 16:11:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 21 May 2009 16:11:19 -0000 Received: (qmail 27449 invoked by uid 500); 21 May 2009 16:11:32 -0000 Delivered-To: apmail-qpid-users-archive@qpid.apache.org Received: (qmail 27408 invoked by uid 500); 21 May 2009 16:11:32 -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 27398 invoked by uid 99); 21 May 2009 16:11:32 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 May 2009 16:11:32 +0000 X-ASF-Spam-Status: No, hits=3.4 required=10.0 tests=FM_FAKE_HELO_VERIZON,HTML_MESSAGE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [206.46.173.5] (HELO vms173005pub.verizon.net) (206.46.173.5) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 May 2009 16:11:21 +0000 Received: from mail.cowtownt.org ([173.74.177.186]) by vms173005.mailsrvcs.net (Sun Java(tm) System Messaging Server 6.3-7.04 (built Sep 26 2008; 32bit)) with ESMTPA id <0KK0005G04Y6GEV5@vms173005.mailsrvcs.net> for users@qpid.apache.org; Thu, 21 May 2009 11:11:00 -0500 (CDT) Subject: Binary Data Transfer Date: Thu, 21 May 2009 11:10:53 -0500 Message-id: MIME-version: 1.0 Content-type: multipart/alternative; boundary="----_=_NextPart_001_01C9DA2E.B7706F7F" X-MS-Has-Attach: X-MS-TNEF-Correlator: Content-class: urn:content-classes:message Thread-topic: Binary Data Transfer X-MIMEOLE: Produced By Microsoft Exchange V6.5 Thread-index: AcnaLrdU9NNy8ViMSkyufeEHh1FlhA== From: "Wes Parish" To: X-Virus-Checked: Checked by ClamAV on apache.org ------_=_NextPart_001_01C9DA2E.B7706F7F Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Is the Qpid C++ Client API capable of transferring binary data? It = seems like the only data type in qpid/client/Message.h is the = std::string (data field of TransferContent.h). =20 I am interested in transferring segments of binary data, and not ascii = strings. Is this possible with the current Qpid C++ API implementation? = I have not researched the AMQP protocol much yet, but had assumed this = would be possible with the wire protocol. If it is not currently = implemented, but it is possible, would it be as simple as overridding = the TransferContent and Message classes and working backwards from = there? Thanks, Wes ------_=_NextPart_001_01C9DA2E.B7706F7F--