Forum Discussion
aleixruiz
Apr 28, 2021Copper Contributor
Azure Bus Service queues and patterns
Hello, I am quite new on Azure Bus Service technology, and I am doing my first application that integrates two systems leveraging it. I am struggling on deciding upon my queue pattern. One of t...
sameer
Aug 02, 2021Copper Contributor
Hello There,
The scenario looks suited for an queue based architecture where you need a messaging backbone for your messages and the other end processing it updating a table. . You should consider leveraging Service Bus Queues (Enterprise Grade Messaging Services) for your message storage and transport and Azure functions or Azure Logic Apps to process these messages and update the table. Queues are resilient modes of communication as compared to other options. I am also attaching a few links where you will get further insights on these alternatives/options.
https://docs.microsoft.com/en-us/azure/event-grid/compare-messaging-services
https://twitter.com/clemensv/status/1260517769969352705
Regards,
Sameer
The scenario looks suited for an queue based architecture where you need a messaging backbone for your messages and the other end processing it updating a table. . You should consider leveraging Service Bus Queues (Enterprise Grade Messaging Services) for your message storage and transport and Azure functions or Azure Logic Apps to process these messages and update the table. Queues are resilient modes of communication as compared to other options. I am also attaching a few links where you will get further insights on these alternatives/options.
https://docs.microsoft.com/en-us/azure/event-grid/compare-messaging-services
https://twitter.com/clemensv/status/1260517769969352705
Regards,
Sameer