Return-Path: X-Original-To: apmail-activemq-users-archive@www.apache.org Delivered-To: apmail-activemq-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 2B385E8CD for ; Wed, 21 Nov 2012 10:08:11 +0000 (UTC) Received: (qmail 15271 invoked by uid 500); 21 Nov 2012 10:08:10 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 15031 invoked by uid 500); 21 Nov 2012 10:08:10 -0000 Mailing-List: contact users-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@activemq.apache.org Delivered-To: mailing list users@activemq.apache.org Received: (qmail 15007 invoked by uid 99); 21 Nov 2012 10:08:09 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Nov 2012 10:08:09 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of chubrilo@gmail.com designates 209.85.217.171 as permitted sender) Received: from [209.85.217.171] (HELO mail-lb0-f171.google.com) (209.85.217.171) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Nov 2012 10:08:03 +0000 Received: by mail-lb0-f171.google.com with SMTP id gf7so5368894lbb.2 for ; Wed, 21 Nov 2012 02:07:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=su3zN2K+aSBNM1iXvIR8POPNrEVVwPSNiqp5fPkreO8=; b=mzDQ7yItFjhP9ho9ChLeTrtjBLPNcLHjrq20bth+PGk6PdsouqhqOVEO8Dx6eETibt qPum9sA1Hhv6lwlHB+vmyx6hIFAQF2tL7WMs8c7eAa+FyyxqtOy6VAZgEHnq3NZXv7M3 7gVItHfkoWpBSZS7MoeEd4DMp0gyc2un4wxJRS0eNCbZF8U6QPlEmAkE5jeAFcoiXFnP um50pXvSfnoTyWlu0bOCZwPKqfiEQCQjgc+v3xcGD1SB9SFW4JQdatpyoQiPI7vbjW3d ptwXBm4iBvNb7YbeXL8BWhURrbpAPhQ/voHWszOmGybBmR3IxwoC3lsV9wAwAte4X28l mdRw== MIME-Version: 1.0 Received: by 10.152.104.115 with SMTP id gd19mr17435002lab.13.1353492463243; Wed, 21 Nov 2012 02:07:43 -0800 (PST) Sender: chubrilo@gmail.com Received: by 10.114.16.162 with HTTP; Wed, 21 Nov 2012 02:07:43 -0800 (PST) In-Reply-To: References: Date: Wed, 21 Nov 2012 11:07:43 +0100 X-Google-Sender-Auth: TuIzSMpHVtePzFuHbUPzwqG-_Yw Message-ID: Subject: Re: Fusesource PHP Stomp bug From: Dejan Bosanac To: users@activemq.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Hi James, most of the development is moved to github https://github.com/dejanb/stomp-php You might want to check the code and issues filed there. This library is not officially support by FuseSource/RedHat, so it's a community maintained. Regards -- Dejan Bosanac ---------------------- Red Hat, Inc. FuseSource is now part of Red Hat dbosanac@redhat.com Twitter: @dejanb Blog: http://sensatic.net ActiveMQ in Action: http://www.manning.com/snyder/ On Tue, Nov 20, 2012 at 3:57 PM, James Green wrote: > If I try and send a large, multi-megabyte (base64 encoded), message to a > queue my script issues the following notice then "hangs" consuming all > available CPU: > > Notice: fwrite(): send of 8192 bytes failed with errno=104 Connection reset > by peer in /home/jamesg/Stomp.php on line 495 > > Is this library being maintained at all? The JIRA issues are around two > years old..! > > Incidently in my tests of sending 10,000 1024 byte messages via the > Fusesource library and by the PECL Stomp library with receipts on but > persistence off, the Fusesource library appears 400x faster than the PECL > library. In fact, the Fusesource library is "only" 3-4x slower with > receipts on and off. > > James