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