[rabbitmq-discuss] RabbitMQ + MVC4 async

Emile Joubert emile at rabbitmq.com
Mon Sep 30 09:32:47 BST 2013


Hi Matt,

On 27/09/13 16:43, Matt Houser wrote:

> Does the RabbitMQ.Client library
> (http://www.nuget.org/packages/RabbitMQ.Client/) support async/await?
>  If so, how can I use it?  If it does not support it now, is it in the
> plans to add support later on?
The sources of the library are available here:
http://hg.rabbitmq.com/rabbitmq-dotnet-client/

Since it originally targetted .NET 1.1, the library does not make use of
more modern asynchronous programming support. We are aware that this is
an opportunity for improvement in the future. In most cases though
threading represents a minor contribution to the performance profile of
the library.




-Emile


More information about the rabbitmq-discuss mailing list