Pliner

Results 100 comments of Pliner

Hi @jwillmer, Could you elaborate a bit why this internal stuff is needed in your use case?

:+1: For DLE strategy Also, I would like to include this type of strategy: ``` c# public sealed class AlwaysRequeueErrorStrategy : IConsumerErrorStrategy { public void Dispose() { } public AckStrategy...

Hi @pandear, You could track `StoppedConsumingEvent`, but it might be better to understand why this cancellation happened.

The problem could be related to the consumer because the documentation says that messages should be consumed in auto-ack mode, which is not supported by EasyNetQ.

Hi @amoerie, I don't see `IBasicConsumer.HandleModelTimeout` method. Could you elaborate about this please? Could you also please share how Shutdown Arguments looks like in such a case? I mean values...

I mean it looks like RabbitMQ team intended to shutdown such consumers and asked not to disable mentioned timeout on the server side. And if such consumers will be restarted...

> I mean it looks like RabbitMQ team intended to shutdown such consumers and asked not to disable mentioned timeout on the server side. And if such consumers will be...

@amoerie just to start a discussion about the implementation #1327

Hi @Mister--Jingles, Let me check. Will come back a bit later.