if i define queue for a job then i must specify the queue name in queue:listen --queue otherwise that job wont run , is there a way to run all jobs regardless of their queue name?
No that I know of, sorry.
We do support multiple queues though. You can just list them comma separated. :)
We need this thing because we're creating queue name dynamically to distribute processes among different users. Any tricks or workaround?
same issue/question here. What if the queues are dynamically created? @natsu90 were you able to figure this out?
I have the same problem ... Does anyone have a solution for this ?
I am trying currently this package:
https://github.com/larapack/config-writer
With it I will dynamicly change the config for queue and change through my code the 'queue' for my connection. In this way I will add through my code the new queues and I believe it will work. I will get back here and tell if all works as it should.
Most helpful comment
We need this thing because we're creating queue name dynamically to distribute processes among different users. Any tricks or workaround?