Is there a way to derive the queue name from the binding? I have a worker that consumes & produces t

Is there a way to derive the queue name from the binding?
I have a worker that consumes & produces to multiple queues, message.queue gives the name of the queue. I would like to avoid having to pass the queue names as additional variables (next to the bindings)
Was this page helpful?