Xamarin Plus RabbitMq+Stomp web client

169 views
Skip to first unread message

Alexander Litvinov

unread,
Feb 16, 2017, 10:31:03 AM2/16/17
to rabbitmq-users
Hi guys! Here's my problem:
I have RabbitMQ with WebStomp plugin and Web client, that connected to the RabbitMQ+Stomp and available to send commands and get data. And now I want to create same connection from mobile applications (I use Xamarin framework to develop mobile applications). The problem is - I can not create connection using stomp protocol, there's no worked library in nuget. Have you any ideas, how to solve it?

Michael Klishin

unread,
Feb 16, 2017, 10:46:39 AM2/16/17
to rabbitm...@googlegroups.com, Alexander Litvinov
Surely there are STOMP libraries in C#:
https://stomp.github.io/implementations.html
https://github.com/krlito/StompNet
https://github.com/Code-Sharp/StompSharp
https://github.com/ernstnaezer/ultralight

You can use RabbitMQ .NET client to interoperate with STOMP but cross-protocol interoperability requires
a pretty good understanding of both protocols. But that's an option.
> --
> You received this message because you are subscribed to the Google Groups "rabbitmq-users"
> group.
> To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-user...@googlegroups.com.
> To post to this group, send an email to rabbitm...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

--
MK

Staff Software Engineer, Pivotal/RabbitMQ


Michael Klishin

unread,
Feb 16, 2017, 11:39:23 AM2/16/17
to Alexander Litvinov, rabbitm...@googlegroups.com
+rabbitmq-users, please CC the list as I do not offer 1-on -1 support of any kind.

I am not sure if our .NET client works on the Xamarin runtime but feel free to give it a try. It can interoperable with STOMP clients and it's quite straightforward for .NET 
publishers to reach STOMP consumers.

On 16 Feb 2017, at 19:18, Alexander Litvinov <alexand...@gmail.com> wrote:

Thank you for the answer. Actually I've already tried all this lib's, but no one works for mobile apps. Only for desktop (console app for example)

2017-02-16 17:46 GMT+02:00 Michael Klishin <mkli...@pivotal.io>:
Surely there are STOMP libraries in C#:
https://stomp.github.io/implementations.html
https://github.com/krlito/StompNet
https://github.com/Code-Sharp/StompSharp
https://github.com/ernstnaezer/ultralight

You can use RabbitMQ .NET client to interoperate with STOMP but cross-protocol interoperability requires
a pretty good understanding of both protocols. But that's an option.

On 16 February 2017 at 18:31:06, Alexander Litvinov (alexand...@gmail.com) wrote:
> Hi guys! Here's my problem:
> I have RabbitMQ with WebStomp plugin and Web client, that connected to the
> RabbitMQ+Stomp and available to send commands and get data. And now I want
> to create same connection from mobile applications (I use Xamarin framework
> to develop mobile applications). The problem is - I can not create
> connection using stomp protocol, there's no worked library in nuget. Have
> you any ideas, how to solve it?
>
> --
> You received this message because you are subscribed to the Google Groups "rabbitmq-users"
> group.
> To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-users+unsubscribe@googlegroups.com.
> To post to this group, send an email to rabbitmq-users@googlegroups.com.
Reply all
Reply to author
Forward
0 new messages