Recap In our previous article, I have covered about the overview of service bus especially on queue & topics and finally we saw how queue works from the coding perspective. In case, you have not read about Service Bus Queues, I highly recommend you to go through the article by referring to https://anuphosur.wordpress.com/2020/05/17/microsoft-service-bus-queue/ In case, …
Tag: Worker Service
Microsoft Service Bus-Queue
Overview Microsoft service bus is a fully managed enterprise integration message broker and it can decouple applications and services. Service bus offer secure communication using asynchronous transfer of data and state. Source Code here Data is transferred from sender to an receiver using a concept called message; however, message is in binary format and can …