I need to work with the queue in my ASP.NET MVC application. I looking for the fastest implementation, google a little bit, looking through some benchmark and found that for the current moment Apache Apollo MQ is fastest solution across message queues.
Is it some client libs exist , which allow to work with Apache ApolloMQ (send and consume message) in .NET world?
Also, if you could provide me with the benchmarks where other solutions (not including 0MQ) demonstrate better performance, please provide me with the link.
Looks like there are no official client library for apollomq in .NET right now. But it possible to consume it with STOMP protocol library Apache.NMS.Stomp