SwapnilSwapnil's Studio
Azure CloudEp 36

Azure Service Bus — Enterprise Messaging

Build reliable, decoupled applications with Azure Service Bus — queues, topics, and enterprise messaging patterns.

7
slides
🖥️Azure Demo Steps
  1. 1Create Service Bus namespace
  2. 2Create a queue and send 10 messages via Python
  3. 3Receive and process messages from queue
  4. 4Create a topic with 2 subscriptions and filters
  5. 5Send a message — both subscribers receive a copy
  6. 6Demonstrate dead letter queue handling
  7. 7Show message sessions for ordered processing