WCF with Service Bus V2: Queues
May CTP of Service Bus introduced tons of new messaging capabilities including Queuing and Topic based pub/sub messaging. Check out Clemens post for an overview. The usage of Service Bus messaging...
View ArticlePub/Sub with WCF (Part 1)
Code download In yesterday’s post I have explored how to use Service Bus queues as a transport to communicate between a WCF client and a service. In today’s post I will show you WCF pub/sub messaging...
View ArticlePub/Sub with WCF (Part 2)
Source Code Download Service Bus May CTP has a small glitch when it comes to pub/sub messaging using the WCF programing model. The May CTP API out-of-box doesn’t pick up filter/promoted properties from...
View ArticleService Bus Property Promotion Nuget Package
I have just published a Nuget package which adds property promotion features to Service Bus WCF programing model. Once you added the package to your project you can use the PromotedProperty attribute...
View Article