Skip to content

iamitprakash/servicebus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

servicebus

Azure Service Bus is a fully managed enterprise message broker with message queues and publish-subscribe topics. It's a key component in decoupling applications and services from each other, allowing for more flexible, reliable, and scalable cloud solutions. Key features of Azure Service Bus include:

Asynchronous messaging Advanced messaging scenarios (message sessions, autoforwarding)

  1. Transaction support
  2. Message scheduling
  3. Message deferral
  4. Dead-lettering
  5. Automatic duplicate detection

Common Use Cases:

Decoupling applications

  1. Load balancing work across competing workers
  2. Implementing publish/subscribe patterns
  3. Implementing request/response patterns
  4. Messaging between different parts of a distributed application

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages