I'm using micro service using asp.net core web api for one of my large enterprise web application where I'm sending/receiving messages via azure service bus topics which was building for the couple of years ago by using normal framework 4.5 version. Now I'm going to build latest version asp.net core 2.1.For that, I need some best practices and sample code to receive the messages from subscriptions under the topics instantly among the services
There are more than 5 different asp.net web api and asp.net core web api with separate azure SQL server we are maintaining. Each messages needs to be synced asynchronously into those Data bases with in a second when the messages coming to the subscriptions under a topic.
Already I was writing a piece of code to receive the messages from the subscriptions under the particular topics using console application .net framework 4.5 and I have converted the code into .zip file format which is hosted as an individual web jobs in my azure web app.
Kindly find the above details and give me the solution. I'm waiting for your response.
Best regards,
Parthi
Parthiban