<div dir="ltr">I made a really small implementation of a php stomp client since we didn't need most of the features of the existing client and since the existing client didn't really work with the STOMP gateway for RabbitMQ (the existing client had a small flaw in its implementation of the protocol). This implementation does nothing more than 'CONNECT', 'SEND', 'DISCONNECT' and it has only been tested with RabbitMQ's STOMP gateway. Posting it here in case its to anyone's interest.<br>
<div class="gmail_quote"><div dir="ltr">
<br>Source is here: <a href="http://code.google.com/p/simplisticstompclient/downloads/list" target="_blank">http://code.google.com/p/simplisticstompclient/downloads/list</a><br><br>A little more info here: <a href="http://code.google.com/p/simplisticstompclient/" target="_blank">Simplistic STOMP Client for PHP</a><br>
</div>
</div><br></div>