0x4b53 / amqp-rpc

🐰 Framework to use RabbitMQ as RPC
MIT License
45 stars 8 forks source link

[WIP] More control over importance and concurrenty #73

Closed akarl closed 5 years ago

akarl commented 5 years ago

Work In Progress.

This should enable a user to limit the concurrency for certain long running handlers or handlers where there are a lot of messages to process that aren't so important.

TODO:

akarl commented 5 years ago

Closing, this. It's better to have QoS handle it somehow.