Click here to Skip to main content
15,886,825 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am trying to build an architecture using angular js web app, Azure service bus queue, micro-services. Web app communicates to azure function and in turn, send a message to the queue, but I am not sure how to consume the messages at the microservice end.

one way is to use a worker role/azure function but not sure if it's a right approach. Further, not sure if I am using the Azure service bus queue in the right way in this scenario i.e. trying to place it between my front-end web app and back-end microservices.

Any help would be appreciated.

What I have tried:

I have tried different articles, tutorials, and several internet resources.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900