Showing posts with label AzureServiceBus. Show all posts
Showing posts with label AzureServiceBus. Show all posts

21 May 2022

Azure Service Fabric

 

·    Azure Service Fabric is Microsoft’s Platform-as-a-Service (PaaS) and is used to build and deploy microservices-based cloud applications.

·       Support Stateless and Stateful service

·       development through deployment, daily monitoring, management, and maintenance, to eventual decommissioning.

·       Support in both Windows and Linux.

31 December 2021

Azure Service Bus

·       Reliable cloud messaging as a service (MaaS) and simple hybrid integration

·       Distribute messages to multiple independent back-end systems

·       Brokering messaging between client and server with asynchronous operations along with structured first-in, first-out (FIFO) messaging and publish/subscribe capabilities.

·       Safely routing and transferring data and control across service and application boundaries

·       While a queue is often used for point-to-point communication, topics are useful in publish/subscribe scenarios.

·      Dead-lettering - Service Bus supports a dead-letter queue (DLQ) to hold messages that cannot be delivered to any receiver, or messages that cannot be processed. You can then remove messages from the DLQ and inspect them.

Consistency level in Azure cosmos db

 Consistency level in Azure cosmos db Azure Cosmos DB offers five well-defined consistency levels to provide developers with the flexibility...