Azure Service Bus

Posted By: lucky_aut

Azure Service Bus
Published 03/2023
Duration: 44:02 | .MP4 1280x720, 30 fps(r) | AAC, 44100 Hz, 2ch | 327 MB
Genre: eLearning | Language: English

Learn about Azure Service Bus queue and topics/subscription
What you'll learn
You will understand how Azure Service Bus works
You will learn about Azure Service Bus Queue
You will learn about Azure Service Bus Topcis/Subscription
Complete end to end solution is shown in all the videos
Requirements
Azure Portal Subscription is required
Visual Studio is needed ( You can use the community version also)
No prior experience is required but understanding of C# is needed.
Description
In this course I will cover all the topics release Azure Service Bus

- Azure Service Bus Queue
- Azure Service Bus Topic and Subscription

Azure Service Bus is a fully managed enterprise message broker with message queues and publish-subscribe topics (in a namespace). Service Bus is used to decouple applications and services from each other, providing the following benefits:
Load-balancing work across competing workers
Safely routing and transferring data and control across service and application boundaries
Coordinating transactional work that requires a high-degree of reliability
Some common messaging scenarios are:
Messaging. Transfer business data, such as sales or purchase orders, journals, or inventory movements.
Decouple applications. Improve reliability and scalability of applications and services. Producer and consumer don't have to be online or readily available at the same time. The load is leveled such that traffic spikes don't overtax a service.
Load balancing. Allow for multiple competing consumers to read from a queue at the same time, each safely obtaining exclusive ownership to specific messages.
Topics and subscriptions. Enable 1:n relationships between publishers and subscribers, allowing subscribers to select particular messages from a published message stream.
Transactions. Allows you to do several operations, all in the scope of an atomic transaction. For example, the following operations can be done in the scope of a transaction.

Who this course is for:
Beginner who wants to learn about Azure Service Bus

More Info