Supporting & maintaining Azure Service Bus routing rules could be tricky to design without regressions and unexpected behaviors.
MockServiceBus
with help of TSQL.Parser provides solution to unit test your subscriptions routing.
Install-Package MockServiceBus
A brokered message with custom property flag=1
to be correctly transfered
for subscription1 and…
Continue Reading Fabien Camous’s Article on their blog
Unit test Azure Service Bus routing
MockServiceBus Supporting & maintaining Azure Service Bus routing rules could be tricky to design without regressions and unexpected behaviors. MockServiceBus with help of TSQL.Parser provides solution to unit test your subscriptions routing. Install-Package MockServiceBus Basic example A brokered message with custom property flag=1 to be correctly transfered for
Blog Syndicated with Fabien Camous’s Permission