Messaging

Windows Azure offers two options for handling the interactions between two apps. One falls under storage component of the service and is called ‘Message Queues’. The other one comes under the app service and is called ‘Service Bus’. The messages can be sent to initiate communication among different components of an application or among different applications using these two options.