[rabbitmq-discuss] Channel best practices

Emile Joubert emile at rabbitmq.com
Wed Sep 25 08:48:20 BST 2013


Hi Mike,

On 24/09/13 15:36, Mike Hadlow wrote:
> Many thanks Steve! A excellent summary. I've updated my blog post.
> Thanks especially for clarifying how the threading around consumers
> works. I'm using the .NET client. Is it a straight port of the Java
> client, or are there significant differences?


There are significant differences. The .NET client thread model is
explained in section 2.9 and 2.10 of the user guide. (linked from
http://www.rabbitmq.com/clients.html). While the Java client allows
blocking AMQP methods to be invoked from consumer callbacks, the .NET
client does not. We plan to improve the .NET client to work more like
the Java client in this respect.





-Emile





More information about the rabbitmq-discuss mailing list