Getting Started
Architecture
NServiceBus
Transports
Persistence
ServiceInsight
ServicePulse
ServiceControl
Monitoring
Samples

Cluster configuration with multiple nodes

Target Version: NServiceBus 7.x
Standard support for version 7.x of NServiceBus has expired. For more information see our Support Policy.

RavenDB version 5.2 and higher support cluster-wide transactions.

Cluster-wide transactions should be enabled when the database is replicated accross multiple nodes in a cluster. If the database only resides on a single node, cluster-wide transactions are not required.

To enable cluster-wide transaction support use:

var persistence = endpointConfiguration.UsePersistence<RavenDBPersistence>();
persistence.EnableClusterWideTransactions();