Saga Autid not working with Azure ServiceBus

Hi Kamil,

Try to configure SagaAduit Plugin with ServiceControl queue name:

endpointConfiguration.AuditSagaStateChanges(
    serviceControlQueue: "particular.servicecontrol");

The “particular.servicecontrol” is the name created by ServiceControl Management Utility during creating ServiceControl instance with default values. If you changed the default instance name then put your changed name.

Hope this help.

1 Like