my worker consumes from multiple queues and I want to switch based on the queue name, but I'd rather

my worker consumes from multiple queues and I want to switch based on the queue name, but I'd rather not hard-code it, especially as the queue has a different name depending on the environment
Was this page helpful?