Hey Tony,<br><br>The headers that you have listed probably cover all of the ones that I would want to see.&nbsp; I&#39;ll add these to the Flex/Flash STOMP client in my next update.<br><br>My only other suggestion/request (which I think you are planning to do) would be to distribute the STOMP adapter with the main RabbitMQ installer.<br>
<br>Thanks again!<br><br>Derek<br><br><div class="gmail_quote">On Thu, Feb 28, 2008 at 3:08 AM, Tony Garnock-Jones &lt;<a href="mailto:tonyg@lshift.net">tonyg@lshift.net</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi Derek,<br>
<div class="Ih2E3d"><br>
Derek Wischusen wrote:<br>
&gt; Thank you for creating this adapter. &nbsp;I just tested it out with the<br>
&gt; ActionScript (Flash/Flex) Stomp client and everything seemed to work quite<br>
&gt; well. &nbsp;If anyone is interested, I wrote up a short post about it here:<br>
&gt; <a href="http://flexonrails.net/?p=106" target="_blank">http://flexonrails.net/?p=106</a>.<br>
<br>
</div>Awesome post!<br>
<div class="Ih2E3d"><br>
&gt; Are you planning on adding any custom AMQP specific extensions to the<br>
&gt; protocol like ActiveMQ does for JMS (see<br>
&gt; <a href="http://activemq.apache.org/stomp.html" target="_blank">http://activemq.apache.org/stomp.html</a>)? &nbsp;It looks like there is already one<br>
&gt; for specifying an exchange. Do you think you might add others?<br>
<br>
</div>Yes. I want to keep to the protocol definition as closely as possible,<br>
but to provide extensions to allow people to use more of the<br>
AMQP-specific features that are available. You&#39;re right about the<br>
exchange extension. So far, refreshing my memory by looking at the code,<br>
the extensions are:<br>
<br>
 &nbsp;- &quot;virtual-host&quot; and &quot;realm&quot; headers on CONNECT, for exploiting<br>
 &nbsp; &nbsp;RabbitMQ&#39;s implementation of AMQP&#39;s authorization features<br>
 &nbsp;- &quot;exchange&quot; on SEND - if omitted, the default (&quot;&quot;) exchange is used<br>
<br>
If you have anything in mind you&#39;d like to see added, please let me<br>
know. I need feedback to decide what direction to take the STOMP adapter in.<br>
<br>
Regards,<br>
<font color="#888888"> &nbsp; Tony<br>
<br>
</font></blockquote></div><br>