pardahlman / RawRabbit

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

Use dedicated channel for publishing to error exchange #86

Closed pardahlman closed 8 years ago

pardahlman commented 8 years ago

The default error strategy tries to publish a message on the default_error_exchange if an unhandled error occurs in a message handler. If this fails for some reason, the consumer will be cancelled as it uses the consumers channel.