ServiceBus Request-Reply pattern

Here is a quick example on how to implement request-reply pattern in Azure ServiceBus. Using request-reply pattern, multiple client applications can send message to server application(s) and wait for response. Server application can send response back to the right client. In Azure Service Bus, there is an option to enable sessions on queue. Once session... Continue Reading →

Blog at WordPress.com.

Up ↑