<div dir="ltr">I made a really small implementation of a php stomp client since we didn&#39;t need most of the features of the existing client and since the existing client didn&#39;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 &#39;CONNECT&#39;, &#39;SEND&#39;, &#39;DISCONNECT&#39; and it has only been tested with RabbitMQ&#39;s STOMP gateway. Posting it here in case its to anyone&#39;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>