Question

I have a desktop webapi server that I want to expose to clients through azure service bus's relay WebHttpRelayBinding is there a simple way to capture all the messages from the service bus and pass them as http requests to my webapi?

Was it helpful?

Solution

Pedro Félix has implemented a host that implements just what you are looking for.

He describes it in a blog post, and has put the code on GitHub.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top