Skip to content

Commit

Permalink
Restore outbox message processing (#1698)
Browse files Browse the repository at this point in the history
  • Loading branch information
gunndabad authored Nov 21, 2024
1 parent de0ac7a commit d8aebd5
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
using TeachingRecordSystem.Core.Infrastructure;
using TeachingRecordSystem.Core.Infrastructure.Configuration;
using TeachingRecordSystem.Core.Jobs;
using TeachingRecordSystem.Core.Services.DqtOutbox;
using TeachingRecordSystem.Core.Services.DqtReporting;
using TeachingRecordSystem.Core.Services.Establishments;
using TeachingRecordSystem.Core.Services.GetAnIdentityApi;
Expand Down Expand Up @@ -41,7 +42,7 @@
.AddEmail()
.AddIdentityApi()
.AddNameSynonyms()
/*.AddDqtOutboxMessageProcessorService()*/;
.AddDqtOutboxMessageProcessorService();

var crmServiceClient = new ServiceClient(builder.Configuration.GetRequiredValue("ConnectionStrings:Crm"))
{
Expand Down

0 comments on commit d8aebd5

Please sign in to comment.