arcus-azure/arcus.messaging

Override general `IMessageRouter` methods to include Azure Service Bus request tracking

stijnmoreels opened this issue · 0 comments

Is your feature request related to a problem? Please describe.
Currently, we don't override the general message routing methods of the IMessageRouter interface (delegated via the general MessageRouter), whicih means that call via the general message routing methods won't result in Azure Service Bus telemetry requests.

Describe the solution you'd like
Override the general RouteMessageAsync method in the AzureServiceBusMessageRouter to include Azure Service Bus telemetry request tracking, like the other more Azure Service Bus-specific routing methods have.