Saga Autid not working with Azure ServiceBus

Hi guys,

I use azure service bus (new version, not legacy); I have created a queue named ‘saga-audit’, all my endpoints are configured with

endpointConfiguration.AuditSagaStateChanges(serviceControlQueue: "saga-audit");

I cannot visualize sagas in ServiceInsights,

please advice

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