I'm just trying to figure out how best to receive messages as quickly as possible from the Azure Service Bus queue.
I was shocked that it was incorrect to subscribe to the notification queue and that I would need to be interviewed. (if I'm not mistaken, in this case the documentation is terrible).
I have a lengthy survey, but checking one message every 60 seconds looks like it would cost about £ 900 a month (again, if I didn't understand it). And if I add an extra / second service for the survey, it will double.
So I'm wondering what is the best / most economical way to do this.
Essentially, I just want to get the message from the queue, search the API for some internally stored data (perhaps using hybrid services?), And then maybe send the message back to another queue with some additional information.
I looked at the working roles (?) - is this something that could be done?
I should mention that I looked at this using node.js.
source
share