pardahlman / RawRabbit

A modern .NET framework for communication over RabbitMq
MIT License
747 stars 144 forks source link

Default Error Strategy tries to Ack Message twice #90

Closed pardahlman closed 8 years ago

pardahlman commented 8 years ago

The error handler for unhandled exception in a subscription handler performs a BasicAck, and later in the ConsumerFactory where the consumer is wired up, it tries to Ack the message again. This causes the model to shutdown.