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.

2 comments:

  1. This blog is quiet interesting and best portion is the new information you provide to readers. Anyone looking for practical training and guaranteed placement assistance can apply for best dotnet training

    ReplyDelete
  2. Excellent article. Thanks for sharing.
    Microsoft Fabric Training
    Microsoft Azure Fabric Training
    Microsoft Fabric Course in Hyderabad
    Microsoft Fabric Online Training Course
    Microsoft Fabric Online Training Institute
    Microsoft Fabric Training In Ameerpet
    Microsoft Fabric Online Training

    ReplyDelete

Comments Welcome

Implementing OAuth validation in a Web API

 I mplementing OAuth validation in a Web API Implementing OAuth validation in a Web API using C# typically involves several key steps to sec...