You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'name' is just queue name of SQS(after prefix).
and you don't have to define name in config(config is just default value)
if you want to listen to multiple queue across prefix (across region), maybe you cannot do it in one command.
so you need to define another driver, and manage priority yourself
In the README, you mentioned that the config matches SQS queues with handler classes.
However, in the
config/queue.php
example, you only specify one queue prefix.How to listen to multiple SQS queues? Do I need to write extra configuration to listen to multiple queues?
The text was updated successfully, but these errors were encountered: