[rabbitmq-discuss] EventingBasicConsumer is still experimentals? (.NET client)

Jason J. W. Williams jasonjwwilliams at gmail.com
Sun Nov 20 22:04:28 GMT 2011


>
> On that note, in https://github.com/**rabbitinaction/sourcecode/**
> blob/master/csharp/appendix-a/**AlertingServerConsumer/**
> alerting_server_consumer.cs<https://github.com/rabbitinaction/sourcecode/blob/master/csharp/appendix-a/AlertingServerConsumer/alerting_server_consumer.cs>the System.Net.Mail.Send is blocking, according to MSDN.
>

Yeah it is, but both code paths end up sending e-mail to the same server,
so if that server is unavailable both paths would be unable to successfully
process messages anyway. Also, it's an example so it's very simplified over
what I would do for production code.

-J
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20111120/07779995/attachment.htm>


More information about the rabbitmq-discuss mailing list