Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 305 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 305 Bytes

EasyNetQCustomErrorStategy

Quick and easy way to leave messages in the queue when there is an error.

Register:

using (var bus = RabbitHutch.CreateBus("<your connection string>",serviceRegister =>
serviceRegister.Register<IConsumerErrorStrategy, MyConsumerErrorStrategy>()))
{
  // bus stuff
}