Hi guys,<div><br></div><div>Do you have some ideia about when RabbitMQ 0.9.1 will be official released ?</div><div><br></div><div>Regards.<br><br><div class="gmail_quote">On Tue, Apr 27, 2010 at 7:49 PM, Tony Garnock-Jones <span dir="ltr">&lt;<a href="mailto:tonyg@lshift.net">tonyg@lshift.net</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Hi Jens,<br>
<div class="im"><br>
Aernouts Jens wrote:<br>
&gt; missing classes in Silverlight like TcpClient, XmlDocument, ArrayList, �<br>
<br>
</div>Wow, what a crippled environment. (Although actually I wonder why we depend on<br>
XmlDocument. Hmm. The other dependencies seem reasonable though!)<br>
<div class="im"><br>
&gt; - Tried the STOMP plug-in, because there is a (working) Silverlight<br>
&gt; client for STOMP. Sending of text works, but we have to send binary data<br>
&gt; (Protobuf serialized). This does not work, the received data is wrong<br>
&gt; (both the content as the length). We�re not sure if it�s the RabbitMQ<br>
&gt; STOMP plugin or the STOMP client that�s doing something wrong with<br>
&gt; binary data. Is there someone who already managed to send binary data<br>
&gt; over STOMP?<br>
<br>
</div>Yep. STOMP is capable of carrying binary data without encoding. The client<br>
simply needs to use a content-length header to let the server know reliably<br>
when the message body ends. The RabbitMQ STOMP adapter processes these<br>
according to the spec, and I&#39;ve personally seen binary data carried across the<br>
wire OK.<br>
<div class="im"><br>
&gt; - Get the RabbitMQ client Project to compile against the Silverlight<br>
&gt; runtime. This is not undoable, but requires some work. Would someone be<br>
&gt; interested in a Silverlight version of the RabbitMQ client?<br>
<br>
</div>I think this sounds very interesting! If we could split the .NET client into a<br>
core that could compile against Silverlight and other reduced runtimes, and an<br>
outer layer that includes some of the convenience code that only runs on a full<br>
.NET environment, then that would be very cool.<br>
<br>
Regards,<br>
<font color="#888888"> �Tony<br>
</font><div><div></div><div class="h5"><br>
<br>
_______________________________________________<br>
rabbitmq-discuss mailing list<br>
<a href="mailto:rabbitmq-discuss@lists.rabbitmq.com">rabbitmq-discuss@lists.rabbitmq.com</a><br>
<a href="http://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss" target="_blank">http://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss</a><br>
</div></div></blockquote></div><br></div>