My website: https://www.harshalkumarjain.com
Azure Service Bus Tutorial C# - • Azure Service Bus Tutorial C#
In this video -
Let us understand - how we can implement FIFO or ordering using session in Azure Service Bus
We will send 1500 ordered messages to service bus queue with same session-id
Then we will listen these messages in Azure service bus trigger, and there we will cross check that - messages are retrieved in order
We will also understand when we should use session and when we should not
We will understand a few more things as well about session
A few more things about session:
Select ‘Enable Session’ option while creating Queue / Subscription itself,
If Session enabled – Queue or Subscription will accept only messages with Session-id,
Consider ‘all the messages with a particular session-id’ as a sub-queue within queue,
When receiver receives first message with a specific session-id – it acquires lock on that messages as well as all the messages with that session-id,
Technically there is no expiry for session. Receiver can receive first message with session-id today and next message with same session-id next year as well,
Use sessions only if absolutely required – as performance of queues / subscriptions without session is better than queues / topics with session,
This video is a part of:
Azure Service Bus Tutorial C# - • Azure Service Bus Tutorial C#
---------------------------------------------------------------------------------------------------------------------------
Below is the link for all my playlists
/ @harshalkumarjain
You can reach me on LinkedIn at:
/ harshalkumar-jain-63554715
If you find this video useful - please like and subscribe to my channel
If you have something exciting for me - please contact me on below email-id
[email protected]
I really want to keep all tutorials 'free and accessible to all'
It requires efforts to create quality content, so you may also buy me a coffee - if you find my tutorials/videos useful
https://buymeacoffee.com/harshalkumar...
---------------------------------------------------------------------------------------------------------------------------
Please ignore below:
Keywords:
Azure Service Bus session,
Azure Service Bus,
Azure Service Bus Tutorial,
Azure Service Bus Tutorial C#,
Sessions in Azure Service Bus,
What are sessions in Azure Service Bus,
Session in Azure Service Bus,
What is session in Azure Service Bus,
Azure Service Bus session,
What is Azure Service Bus session,
When to use Azure Service Bus session, .
------------------------------------------------------------------------------------------------------
Some of my playlists:
Azure Functions Tutorial: • Azure Functions Tutorial
Azure Logic Apps Tutorial: • Azure Logic Apps Tutorial
Azure API Management Tutorial - • Azure API Management Tutorial
Azure IoT Hub Tutorial C# - • Azure IoT Hub Tutorial C#
Azure Cosmos DB Tutorial C# - • Azure Cosmos DB Tutorial C#
'Azure AD Authentication (OAuth 2.0) Tutorial From Scratch' - • Azure AD Authentication (OAuth 2.0) Tutori...
Azure Networking Tutorial - • Azure Networking Tutorial For .NET Developers
------------------------------------------------------------------------------------------------------