Hi, I am using ActiveMQ with the stomp client for PHP (https://svn.codehaus.org/stomp/trunk/php/Stomp.php). Now the majority of the time everything works fine, however every so often, something is happening which stops the code from executing further. I eventually found that the error occurs in the Stomp.php file in the readFrame() method at this line:
$rc = socket_recv($this->socket,$b,1,0); Does anyone know why an error occurs here? Could there something going wrong in ActiveMQ? When the code does work successfully, $rc is 1. Sorry if this is all a bit vague, but im relatively new to all this and im not familiar with the ins and outs so if anyone has any help or can shed some light onto what is happening (or should be happening) then it would be much appreciated. Many thanks, Tom -- View this message in context: http://www.nabble.com/stomp-activemq-error-occuring%2C-help%21-%21-tf4605839s2354.html#a13151661 Sent from the ActiveMQ - User mailing list archive at Nabble.com.