In an environment where I have a queue and many consumers listening to it, I would like rabbitMQ to notify the listeners of a new message according to their cpu usage/memory.
For example, I have 8 consumers with a cpu load of 80% and 2 with a cpu load of 30%. I would like rabbitMQ to start to notify first the 2 consumers.