The requested page couldn't be found

However we have located the following articles that may be related to what you were looking for:

Target NServiceBus Version:

  • Accessing data via SQL persistence
    Parent Location: persistence / sql
    Nuget Package: NServiceBus.Persistence.Sql 7.x
    How to access business data using connections managed by NServiceBus SQL persistence.
  • Azure data stores
    Parent Location: architecture / azure
  • Transactional Session with SQL Persistence
    Parent Location: nservicebus / transactional-session / persistences
    Nuget Package: NServiceBus.Persistence.Sql.TransactionalSession 7.x
    How to configure the transactional session with SQL Persistence.
  • SQL Azure
    Parent Location: persistence / nhibernate
    Nuget Package: NServiceBus.NHibernate 9.x
    How to configure the NHibernate-based persistence for NServiceBus when running on SQL Azure.
  • dotnet new Templates
    nservicebus / dotnet-templates
  • Accessing and modifying data from a message handler
    nservicebus / handlers
    How to access business data from a message handler and sync with message consumption and modifications to NServiceBus-controlled data.
  • Operational Scripting
    Parent Location: persistence / sql
    How to generate database scripts for the SQL persister.
  • SQL Persistence - SQL Server dialect
    Parent Location: persistence / sql
    Nuget Package: NServiceBus.Persistence.Sql 7.x
  • NHibernate Persistence
    Parent Location: persistence
    Nuget Package: NServiceBus.NHibernate 9.x
    NHibernate-based persistence for NServiceBus.
  • Installation and deployment
    Parent Location: persistence / sql
    Nuget Package: NServiceBus.Persistence.Sql 7.x
    Things to consider when installing and deploying endpoints that use SQL persistence.
  • Saga Persister
    Parent Location: persistence / sql
    Nuget Package: NServiceBus.Persistence.Sql 7.x
    How sagas are persisted using SQL Persistence.
  • NServiceBus sagas: Saga basics
    Parent Location: tutorials / nservicebus-sagas
    A step-by-step guide to building an NServiceBus saga to handle a common business case of taking action once multiple messages have been successfully received.
  • SqlSaga base class
    Parent Location: persistence / sql
    Nuget Package: NServiceBus.Persistence.Sql 7.x
    An alternate SqlSaga base class for use with SQL persistence.
  • Persistence
    Features of NServiceBus requiring persistence include timeouts, sagas, and subscription storage.
  • MSMQ Subscription Persistence
    Parent Location: persistence
    Nuget Package: NServiceBus.Transport.Msmq 2.x
    How to configure the MQMQ persistence for subscriptions.
  • Multi-tenant support
    Parent Location: persistence / sql
    Nuget Package: NServiceBus.Persistence.Sql 7.x
    SQL Persistence support for multi-tenant systems using database per customer.
  • SQL Gateway Storage
    Parent Location: nservicebus / gateway
    Nuget Package: NServiceBus.Gateway.Sql 2.x
    SQL deduplication storage for the gateway component.
  • NHibernate Persistence Scripts
    Parent Location: persistence / nhibernate
    A collection of scripts for managing NHibernate persistence.
  • SQL Server transport
    Parent Location: transports
    Nuget Package: NServiceBus.Transport.SqlServer 7.x
    An overview of the NServiceBus SQL Server transport.
  • DTC not supported for RavenDB Persistence
    Parent Location: persistence / ravendb
  • SQL Persistence
    Parent Location: persistence
    Nuget Package: NServiceBus.Persistence.Sql 7.x
    A persister that targets relational databases, including SQL Server, Oracle, MySQL, PostgreSQL, AWS Aurora MySQL and AWS Aurora PostgreSQL.
  • Installer Workflow
    Parent Location: persistence / sql
    Nuget Package: NServiceBus.Persistence.Sql 7.x
  • Selecting a persister
    Parent Location: persistence
    A guide for selecting an NServicebus persister.
  • Outbox with SQL persistence
    Parent Location: persistence / sql
    Nuget Package: NServiceBus.Persistence.Sql 7.x
  • Saga concurrency
    Parent Location: nservicebus / sagas
    NServiceBus ensures consistency between saga state and messaging.
  • Saga Finder
    Parent Location: persistence / sql
    Nuget Package: NServiceBus.Persistence.Sql 7.x
  • SQL Persistence saga concurrency
    Parent Location: persistence / sql
    Nuget Package: NServiceBus.Persistence.Sql 7.x
  • Outbox with NHibernate Persistence
    Parent Location: persistence / nhibernate
    Nuget Package: NServiceBus.NHibernate 9.x
    How to use the outbox with NHibernate.
  • Transaction support
    Parent Location: transports / sql
    Nuget Package: NServiceBus.Transport.SqlServer 7.x
    The design and implementation details of SQL Server transport transaction support.
  • NHibernate Persistence Upgrade Version 8 to 9
    Parent Location: persistence / upgrades
    Migration instructions on how to upgrade the NHibernate persistence from version 8 to 9.
  • Selecting a transport
    Parent Location: transports
    A guide for selecting the right NServicebus transport.
  • NHibernate Persistence Saga Concurrency
    Parent Location: persistence / nhibernate
    Nuget Package: NServiceBus.NHibernate 9.x
    How to control concurrency in sagas with the NHibernate persistence.
  • Migration from Azure Table Persistence
    Parent Location: persistence / cosmosdb
    Nuget Package: NServiceBus.Persistence.CosmosDB 2.x
  • Security
    Parent Location: nservicebus
    Security features for messages, transports, and persisters.
  • Azure Cosmos DB Persistence
    Parent Location: persistence
    Nuget Package: NServiceBus.Persistence.CosmosDB 2.x
    How to use NServiceBus with Azure Cosmos DB.
  • SQL Persistence Saga Rename
    Parent Location: samples / sql-persistence
    Nuget Package: NServiceBus.Persistence.Sql 7.x
    Renaming a saga that is stored in the SQL Persistence.
  • SQL Persistence in multi-tenant system
    Parent Location: samples / multi-tenant
    Nuget Package: NServiceBus.Persistence.Sql 7.x
    Configure SQL Persistence to support multi-tenant scenarios.
  • SQL Server Transport and NHibernate Persistence
    Parent Location: samples
    Nuget Package: NServiceBus 8.x
    Integrating SQL Server transport with NHibernate persistence.
  • SQL Server Transport and SQL Persistence
    Parent Location: samples
    Nuget Package: NServiceBus 8.x
    Integrating the SQL Server transport with SQL persistence.
  • SQL Persistence Saga Finding Logic
    Parent Location: samples / saga
    Nuget Package: NServiceBus.Persistence.Sql 7.x
    Perform custom saga finding logic based on custom query logic when the Saga storage is the native SQL Persistence.
  • Using Outbox with SQL Server
    Parent Location: samples / outbox
    Nuget Package: NServiceBus 8.x
    A sample demonstrating the SQL Server transport with SQL Persistence and ADO.NET user data store using outbox.
  • Injecting repository pattern services
    Parent Location: samples / sql-persistence
    Nuget Package: NServiceBus.Persistence.Sql 7.x
    Inject services into an endpoint that share the same DbConnection used by NServiceBus.
  • Entity Framework integration with SQL Persistence
    Parent Location: samples
    Nuget Package: NServiceBus.Persistence.Sql 7.x
    Integrating Entity Framework with SQL Persistence.
  • Entity Framework Core integration with SQL Persistence
    Parent Location: samples
    Nuget Package: NServiceBus.Persistence.Sql 7.x
    Integrating Entity Framework Core with SQL Persistence.
  • Msmq-to-SQL Relay
    Parent Location: samples / msmq
    Nuget Package: NServiceBus.Transport.Msmq 2.x
    How to set up a SQL relay to receive events from an MSMQ publisher.
  • Using Outbox with RabbitMQ
    Parent Location: samples / outbox
    Nuget Package: NServiceBus 8.x
    Demonstrates how the Outbox handles duplicate messages using RabbitMQ and SQL Server hosted in Docker containers.
  • NHibernate persistence in multi-tenant systems
    Parent Location: samples / multi-tenant
    Nuget Package: NServiceBus.NHibernate 9.x
    Configure NHibernate persistence to support multi-tenant scenarios.
  • Samples
    Samples using NServiceBus and the Particular Service Platform.