Saga Samples
List of Samples
- Batch messages using sagas
Use batching when generating tasks using sagas. - NHibernate Custom Saga Finding Logic
Implement custom saga-finding behavior using custom query logic when saga data is stored in a relational database and accessed via the NHibernate ORM. - Simple Saga Usage
How build and use a saga. - SQL Persistence Saga Finding Logic
Perform custom saga finding logic based on custom queries when the Saga storage is the native SQL Persistence.
Related Articles
- Sagas
Master NServiceBus sagas to coordinate distributed workflows and ensure reliable long-running processes.