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 1C551109AE for ; Thu, 1 Aug 2013 11:26:09 +0000 (UTC) Received: (qmail 17486 invoked by uid 500); 1 Aug 2013 11:26:08 -0000 Delivered-To: apmail-qpid-users-archive@qpid.apache.org Received: (qmail 17461 invoked by uid 500); 1 Aug 2013 11:26:08 -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 17452 invoked by uid 99); 1 Aug 2013 11:26:08 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Aug 2013 11:26:08 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of kushwaha.r@gmail.com designates 209.85.214.181 as permitted sender) Received: from [209.85.214.181] (HELO mail-ob0-f181.google.com) (209.85.214.181) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Aug 2013 11:26:03 +0000 Received: by mail-ob0-f181.google.com with SMTP id dn14so3639287obc.12 for ; Thu, 01 Aug 2013 04:25:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=7Bs6K5/+PhXWQe4qYeTmPrZ3JSTutB1EqDLSd+lFdCA=; b=RABeY8PCHk90rOciG3qWXouYWWDinVNFnS1rjg2gmlT8UFy4DI6erNNhMzmdBFq0NW RGjW0AV9lnO5ItCau4JSLYZdAYMhQef9X60P5zSoO10BrNlbXrWA2M/kXzUPtuuTASx4 fWpj//QupldPvbgZvYngZRAtd6JigkVyLHIzCJFr9DVqVpqsYxgzN6Atc8P4d1Ii2NEN AbULR/PynI65WxQCNBHK4QlbBGJHkNtyHgicOVPYr8rkvuTbXEktMBARPLaZQaIv1xET BMFXNDwP3gcrXBs8I1KFkyBzaQQn3QTMQjKtNDsCf15NwoXImXZUMU5zzmH/5UsQe612 H80w== MIME-Version: 1.0 X-Received: by 10.182.118.129 with SMTP id km1mr853676obb.15.1375356342629; Thu, 01 Aug 2013 04:25:42 -0700 (PDT) Received: by 10.182.40.169 with HTTP; Thu, 1 Aug 2013 04:25:42 -0700 (PDT) Date: Thu, 1 Aug 2013 16:55:42 +0530 Message-ID: Subject: Question on amqp 1.0 payload Type ?? From: Rakesh Kushwaha To: users@qpid.apache.org Content-Type: multipart/alternative; boundary=089e0116141e3dfbd104e2e11a0a X-Virus-Checked: Checked by ClamAV on apache.org --089e0116141e3dfbd104e2e11a0a Content-Type: text/plain; charset=ISO-8859-1 Hi , As Per amqp 1.0, below types are supported for payload part of amqp . 3.2.6 Data A data section contains opaque binary data. 3.2.7 AMQP Sequence A sequence section contains an arbitrary number of structured data elements. 3.2.8 AMQP Value An amqp-value section contains a single AMQP value. for , what is meaning of 'source = *' here , if it means any type of primitive or compound structure then why we needed first two types and . Regards, Rakesh --089e0116141e3dfbd104e2e11a0a--