[rabbitmq-discuss] Async consumer for .net client
Vadim Chekan
kot.begemot at gmail.com
Fri Jan 7 00:42:08 GMT 2011
Hi all,
Is it possible to consume messages asynchronously in .net client?
What I want is something like this (pseudocode)
var consumer = new SomeConsumer(_model, queue);
consumer.OnRecieve = (msg) => {
ClearCache(); // do my stuff
_model.Ack(msg);
}
Is there anybody planning to work on async api? If not, would
contribution be welcome, or there are some objections to it?
Vadim.
--
>From RFC 2631: In ASN.1, EXPLICIT tagging is implicit unless IMPLICIT
is explicitly specified
More information about the rabbitmq-discuss
mailing list