Hi,
In our application, we have service bus queue, one of the Web APIs (REST) picks the data from devices and puts into the Queue. The worker role picks the packets and process it.
To improve the speed of processing, what are the options available?
There are too many packets laying in the queue for hours.
Please help!
Thank you!