Hello ! Much thanks for your reply! Ok, I'll have a deeper look at RabbitMQ now .... On Windows, a MSMQ client, which sends a message to a remote queue, get it's message preserved in case the remote server is down. Not one bit to do in code. The MSMQ infrastructure does this for you. I cannot imagine the RabbitMQ driver on such a client will provide the same functionality [on MSMQ such messages even survice reboot of the client]. br++mabra
_____ From: Adam Tauno Williams-3 [via Mono] [mailto:[email protected]] Sent: Saturday, October 30, 2010 6:46 PM To: mabra Subject: Re: Cross-World communication[windows/linux vs. versa]Looking for possibilities On Sat, 2010-10-30 at 09:17 -0700, mabra wrote: > Is there any way - out of the [mono] box - to do this? > I am not talking about Net Remoting [which should do] and TCP sockets. > I am more looking for Message Queuing and for simpler things about Named > Pipes > [the latter would not offer any type of reliability though]. > Is this possible and are there samples out to start with?? > For message queing, I read about RabbitMQ, +1 I strongly recommend AMQP / Rabbit. > but - so far I see this - I would > have to install one server on the windows side and one on linux. Sending > queue message via HTTP to windows is not really a good option. False; all AMQP consumers use the one server (you can have multiples for redundancy). You use on of [several] AMQP bindings in your application(s). -- Adam Tauno Williams <[hidden email]> LPIC-1, Novell CLA <http://www.whitemiceconsulting.com <http://www.whitemiceconsulting.com?by-user=t> > OpenGroupware, Cyrus IMAPd, Postfix, OpenLDAP, Samba _______________________________________________ Mono-list maillist - [hidden email] http://lists.ximian.com/mailman/listinfo/mono-list _____ View message @ http://mono.1490590.n4.nabble.com/Cross-World-communication-windows-linux-vs -versa-Looking-for-possibilities-tp3020427p3020453.html To unsubscribe from Cross-World communication[windows/linux vs. versa]Looking for possibilities, click <http://mono.1490590.n4.nabble.com/template/TplServlet.jtp?tpl=unsubscribe_b y_code&node=3020427&code=bWFicmFAbWFuZmJyYXVuLmRlfDMwMjA0Mjd8LTE5MDk4NDE3ODQ => here. -- View this message in context: http://mono.1490590.n4.nabble.com/Cross-World-communication-windows-linux-vs-versa-Looking-for-possibilities-tp3020427p3020538.html Sent from the Mono - General mailing list archive at Nabble.com.
_______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
