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 1D2DCE7AE for ; Fri, 15 Feb 2013 16:44:34 +0000 (UTC) Received: (qmail 6642 invoked by uid 500); 15 Feb 2013 16:44:33 -0000 Delivered-To: apmail-qpid-users-archive@qpid.apache.org Received: (qmail 6618 invoked by uid 500); 15 Feb 2013 16:44:33 -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 6610 invoked by uid 99); 15 Feb 2013 16:44:33 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Feb 2013 16:44:33 +0000 X-ASF-Spam-Status: No, hits=-5.0 required=5.0 tests=RCVD_IN_DNSWL_HI,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of gsim@redhat.com designates 209.132.183.28 as permitted sender) Received: from [209.132.183.28] (HELO mx1.redhat.com) (209.132.183.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Feb 2013 16:44:27 +0000 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r1FGi67r021008 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 15 Feb 2013 11:44:06 -0500 Received: from [10.36.116.57] (ovpn-116-57.ams2.redhat.com [10.36.116.57]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id r1FGi5is008972 for ; Fri, 15 Feb 2013 11:44:06 -0500 Message-ID: <511E66C5.6060604@redhat.com> Date: Fri, 15 Feb 2013 16:48:05 +0000 From: Gordon Sim Organization: Red Hat UK Ltd, Registered in England and Wales under Company Registration No. 3798903, Directors: Michael Cunningham (USA), Mark Hegarty (Ireland), Matt Parsons (USA), Charlie Peters (USA) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130110 Thunderbird/17.0.2 MIME-Version: 1.0 To: users@qpid.apache.org Subject: Re: Understanding python-qpid map size limitations References: <20130213084921.GA26244@heatlt.redhat.com> <511BCFA6.70307@redhat.com> <20130214105804.GB16346@heatlt.redhat.com> <511E40CD.9000800@redhat.com> <20130215152918.GA7476@heatlt.redhat.com> <511E5944.2040804@redhat.com> <20130215163908.GB7476@heatlt.redhat.com> In-Reply-To: <20130215163908.GB7476@heatlt.redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.68 on 10.5.11.24 X-Virus-Checked: Checked by ClamAV on apache.org On 02/15/2013 04:39 PM, Steven Hardy wrote: > I still find it interesting that we don't hit this problem on rabbitmq, but > I guess that may have to be a mystery that can be solved another day ;) How is the message encoded in that case? Does it use an AMQP 0-9-1 field-table? That version defines two types of strings - short strings and long strings, the latter can be up to 2^32. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@qpid.apache.org For additional commands, e-mail: users-help@qpid.apache.org