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.