Enterprise Integration Patterns with Service Bus (Part 1)
Last week I presented at TechReady a session titled: Achieving Enterprise Integration Patterns with Service Bus. Folks who are familiar with the work of Gregor Hohpe, and the book / site...
View ArticleFormatting the content for Service Bus messages
A message broker has to deal with scenarios where clients are using different protocol and client library versions to send and receive messages. In addition different platforms and protocols have...
View ArticleService Bus symmetry
Whether your application runs in the cloud or on premises, it often needs to integrate with other applications or other instances of the application. Windows Azure Service Bus provides messaging...
View ArticleEnterprise Integration Patterns with Service Bus (Part 2)
Priority-Queues The scenario here is that a receiver is interested in receiving messages in order of priority for a single or multiple senders. A common use cases for this is event notification, where...
View ArticleReceiving messages using NetMessagingBinding with custom formats
As a follow up to my earlier post on Formatting the content for Service Bus messages where we walked through the BrokeredMessage APIs that allow you to have custom formats for message content, I wanted...
View Article