[rabbitmq-discuss] EventingBasicConsumer is still experimentals? (.NET client)
Matthias Radestock
matthias at rabbitmq.com
Sun Nov 20 10:01:21 GMT 2011
Jason,
On 19/11/11 23:09, Jason J. W. Williams wrote:
> I see that that EventingBasicConsumer is still marked experimental.
> Is that true or is it safe to use for examples in our book?
It is probably safe to use.
> We're trying to find an equivalent to the event loop in Pika that
> allows multiple consumption loops to be active non-blocking at the
> same time.
EventingBasicConsumer is blocking, i.e. it invokes the event handlers in
the connection thread.
Can you post the pika code you want to emulate?
Matthias.
More information about the rabbitmq-discuss
mailing list