ServiceControl support for Azure Service Bus hierarchical entities

Regarding the recent support for hierarchical entities with the ASB transport:

NServiceBus.Transport.AzureServiceBus 6.1.0 – Minor release available

Can ServiceControl instances be configured to utilize audit and error queues from a particular namespace?

Hi @mrichards3,

We are working on a formal connection string parameter that will leverage the feature in the NServiceBus.Transport.AzureServiceBus 6.1.0 release, but a workaround is available in the meantime.

If you are using a hierarchy (let’s say it’s called my-hierarchy) and would like to configure a hierarchy instance of ServiceControl, you would need to adjust the error queue and audit queue values to be prefixed with my-hierarchy/.

Additional documentation around using ServiceControl with hierarchical entities is also in the works, and we’ll update you as things are released.

1 Like

Documentation for configuring ServiceControl with hierarchical entities has been added here:

Here is the ServiceControl release announcement for version 6.12.0, Which includes support for the HierarchyNamespace connection parameter: