Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

relay WebHttpRelayBinding to webapi service

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?

like image 853
Aaron Fischer Avatar asked Mar 08 '12 22:03

Aaron Fischer


1 Answers

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.

like image 131
James Webster Avatar answered Oct 31 '22 21:10

James Webster