Skip to content

Commit

Permalink
Update EndpointCreator.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Jan 16, 2024
1 parent 045b836 commit 78e3745
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/SqlServer.Native.Tests/EndpointCreator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ public static async Task<EndpointConfiguration> Create(string endpointName)
transport.Transactions(TransportTransactionMode.SendsAtomicWithReceive);
transport.NativeDelayedDelivery();
configuration.PurgeOnStartup(true);
configuration.EnableInstallers();
configuration.EnableDedupe(Connection.OpenAsyncConnection);
configuration.UsePersistence<LearningPersistence>();
configuration.UseSerialization<NewtonsoftJsonSerializer>();
return configuration;
Expand Down

0 comments on commit 78e3745

Please sign in to comment.