Thursday, December 17, 2020

Cloud Services to Asynchronously communicate transaction information by using REST messages

 Preferred cloud service : Azure Service Bus

Asynchronous messaging can be implemented in a variety of different ways. With queues, topics, and subscriptions, Azure Service Bus supports asynchronism via a store and forward mechanism.

Service Bus is a transactional message broker and ensures transactional integrity for all internal operations against its message stores. All transfers of messages inside of Service Bus, such as moving messages to a dead-letter queue or automatic forwarding of messages between entities, are transactional.


Reference:

https://docs.microsoft.com/en-us/azure/service-bus-messaging/service-bus-async-messaging

https://docs.microsoft.com/en-us/azure/service-bus-messaging/service-bus-transactions







No comments:

Post a Comment