-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
A new method to consume messages wrapped in a transaction, which basically just creates a TransactionScope and then calls the message handler inside it. The completion of the message should also be done within the transaction.
The benefit of this is that under no circumstances will the received message be removed from the input entity unless the transaction completes. And conversely, no downstream process that is enlisted with this transaction will complete unless the message is successfully removed from the queue.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request