Skip to content

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

Notifications You must be signed in to change notification settings

sirchas/EasyNetQCustomErrorStategy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

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
}

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages