Re: Fusesource PHP Stomp bug

2012-11-22 Thread Dejan Bosanac
Hi James, there's a reference on the source page http://stomp.fusesource.org/source.html but you're right that site needs some update. I'll try to do it these days. Regards -- Dejan Bosanac -- Red Hat, Inc. FuseSource is now part of Red Hat dbosa...@redhat.com Twitter: @dej

Re: Fusesource PHP Stomp bug

2012-11-21 Thread James Green
Dejan, The Fusesource Stomp website makes no reference to the Github project (that I can see), leaving people to download a possibly very old release. Using the 1.0.0-dev branch the large messages bug is still present. The author of the PECL library has issued me a test release which does at lea

Re: Fusesource PHP Stomp bug

2012-11-21 Thread Dejan Bosanac
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,

Fusesource PHP Stomp bug

2012-11-20 Thread James Green
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