Return-Path: Delivered-To: apmail-geronimo-activemq-users-archive@www.apache.org Received: (qmail 94380 invoked from network); 30 Oct 2006 19:01:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 30 Oct 2006 19:01:33 -0000 Received: (qmail 82990 invoked by uid 500); 30 Oct 2006 19:01:44 -0000 Delivered-To: apmail-geronimo-activemq-users-archive@geronimo.apache.org Received: (qmail 82974 invoked by uid 500); 30 Oct 2006 19:01:44 -0000 Mailing-List: contact activemq-users-help@geronimo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: activemq-users@geronimo.apache.org Delivered-To: mailing list activemq-users@geronimo.apache.org Received: (qmail 82965 invoked by uid 99); 30 Oct 2006 19:01:44 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Oct 2006 11:01:44 -0800 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of leonbrocard@gmail.com designates 66.249.92.171 as permitted sender) Received: from [66.249.92.171] (HELO ug-out-1314.google.com) (66.249.92.171) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Oct 2006 11:01:30 -0800 Received: by ug-out-1314.google.com with SMTP id 29so1290376ugc for ; Mon, 30 Oct 2006 11:01:07 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=QNPS4mP5K9YJgNj01A9S92M8YoUM7w+0SzuiFImOP6GLr436PbltbQgDJcCxwMbzDeWzB5uRRF/iGrd68wAqknvY9m3hQiPkLTxSs8r9ZV+Xxc2Ah/Rzog1uyAZza2d120GcJDUQmQj9+cAjjy4vHMHhNZjhz67vH9ra4Tw9GAo= Received: by 10.82.127.15 with SMTP id z15mr818322buc; Mon, 30 Oct 2006 11:01:07 -0800 (PST) Received: by 10.82.150.16 with HTTP; Mon, 30 Oct 2006 11:01:07 -0800 (PST) Message-ID: Date: Mon, 30 Oct 2006 19:01:07 +0000 From: "Leon Brocard" Sender: leonbrocard@gmail.com To: activemq-users@geronimo.apache.org Subject: Re: Stomp in Perl: Net::Stomp In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <6925493.post@talk.nabble.com> X-Google-Sender-Auth: 0fe3ce418f0af0d8 X-Virus-Checked: Checked by ClamAV on apache.org On 10/23/06, Leon Brocard wrote: > Yes, I'm following that and will get a release out this week. I've released a new version which will be on the CPAN soon: http://search.cpan.org/dist/Net-Stomp/ >From the CHANGES: 0.32 Sun Oct 29 09:06:31 GMT 2006 - rewrote the parser to add support for BytesMessage, which should allow Java<->Perl messages (thanks to Hiram Chirino and Sileshi Kassa) - set binmode() on the socket so Windows should now work (thanks to Sileshi Kassa) Test away! Leon