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? -

java - How to create Table using Apache PDFBox -

mpi - Why is MPI_Bsend not returning error even when the buffer is insufficient to accommodate all the messages -