It would help if there was a node for:
My use case:
I have several RabbitMQ queues, one for each worker and tenants and would like to use n8n as an orchestrator.
Unfortunately, the RabbitMQ Trigger queue name is static and could not be configured dynamically, with for exemple, the list of queues from API call to RabbitMQ API.
Therefore, I should create one RabbitMQ per tenant x workers, which does not make too much sense.
So, why a RabbitMQ Trigger could not take an input to be able to configure it dynamically and then it wait for messages ?