Skip to content

Extension to Rebus which tracks individual messages and their outgoing messages so they are only processed once. Basically, idempotent message processing.

Notifications You must be signed in to change notification settings

gantner-nv/Rebus.Idempotency

 
 

Repository files navigation

Idempotence library for Rebus

As the official Rebus documentation states: Idempotence, when we are talking about messaging, is when a message redelivery can be handled without ending up in an unintended state.

This library ensures that message delivery in a service-oriented architecture is only handled once when you're running multiple instances of your service. As such, only one instance of the service will be in charge of handling the message.

About

Extension to Rebus which tracks individual messages and their outgoing messages so they are only processed once. Basically, idempotent message processing.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%