Skip to content

The PurgeInbox extension clears the inbox work queue upon startup.

License

Notifications You must be signed in to change notification settings

Shuttle/Shuttle.Esb.PurgeInbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Purge Inbox

PM> Install-Package Shuttle.Esb.PurgeInbox

The PurgeInbox module for Shuttle.Esb clears the inbox work queue upon startup.

The module will attach the PurgeInboxObserver to the OnAfterConfigure event of the StartupPipeline and purges the inbox work queue if the relevant queue implementation has implemented the IPurgeQueue interface. If the inbox work queue implementation has not implemented the IPurgeQueue interface the purge is ignored.

Configuration

services.AddPurgeInbox();

About

The PurgeInbox extension clears the inbox work queue upon startup.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages