asp.net web api - Azure Worker role Webapi hosting + Service Bus -


i able pump messages azure service bus , dispatch them webapi controllers in worker role. have seen excellent (series) article http://pfelix.wordpress.com/2012/03/15/asp-net-web-api-creating-an-host-using-azure-service-bus/ interesting seems use wcf . prefer use newer webapi framework instead. has wrapped queueclient source custom host?

the post refer use newer web api framework. internally, uses wcf relay bindings happens web api self-hosting, uses wcf internally.

the code available here: https://github.com/pmhsfelix/webapi.explorations.servicebusrelayhost

hope helps

pedro


Popular posts from this blog

How to calculate SNR of signals in MATLAB? -

c# - Attempting to upload to FTP: System.Net.WebException: System error -

ios - UISlider customization: how to properly add shadow to custom knob image -