I have my own web application which uses third party API's through which thousand of HTTP request being sent daily.
I want to know if i send HTTP request through ZeroMQ. Will ZeroMQ able to prioritise the HTTP request in queue and is this a good way to send HTTP request through ZeroMQ?
Ravi