Return-Path: Delivered-To: apmail-geronimo-activemq-dev-archive@www.apache.org Received: (qmail 74352 invoked from network); 17 Apr 2006 17:02:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 17 Apr 2006 17:02:05 -0000 Received: (qmail 62447 invoked by uid 500); 17 Apr 2006 17:01:56 -0000 Delivered-To: apmail-geronimo-activemq-dev-archive@geronimo.apache.org Received: (qmail 62020 invoked by uid 500); 17 Apr 2006 17:01:54 -0000 Mailing-List: contact activemq-dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: activemq-dev@geronimo.apache.org Delivered-To: mailing list activemq-dev@geronimo.apache.org Received: (qmail 61999 invoked by uid 99); 17 Apr 2006 17:01:54 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Apr 2006 10:01:54 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [209.189.198.108] (HELO bellevue.puremagic.com) (209.189.198.108) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Apr 2006 10:01:53 -0700 Received: from [127.0.0.1] ([65.102.196.230]) (authenticated bits=0) by bellevue.puremagic.com (8.13.6/8.13.6/Debian-1) with ESMTP id k3HH1O6U016783 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Mon, 17 Apr 2006 10:01:28 -0700 Message-ID: <4443C9ED.7000609@cubik.org> Date: Mon, 17 Apr 2006 11:01:33 -0600 From: Bruce Mitchener User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: activemq-dev@geronimo.apache.org Subject: Re: STOMP bytes messages References: <7743F17344E95A4CA78A3E53A7AF496B5C2E07@corpatsmail1.corp.sensis.com> <8a6feb940604141740q6af3818ax20bc298b265e610a@mail.gmail.com> <8a6feb940604151307g3a93017bi1d0db2bdd0e8810e@mail.gmail.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hiram, I'd found that when I was using bytes messages through STOMP that I was seeing newlines get randomly eaten in the STOMP frame headers, which was breaking my parsing code. I haven't yet gotten around to determining if that was happening inside of ActiveMQ or in my (Python) parsing code. I was also seeing a problem where my binary data was sometimes getting corrupted somehow, such that I ended up just switching to doing a base64 of my data before sending it. Have you seen/fixed anything like those things? - Bruce Hiram Chirino wrote: > Yep. found a bunch of issues. Next up is trying your c++ client.