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
1.`queue:work` command which is Laravel's built-in command. This command utilizes `basic_get`.
536
+
1.`queue:work` command which is Laravel's built-in command. This command utilizes `basic_get`. Use this if you want to consume multiple queues.
537
537
538
-
2.`rabbitmq:consume` command which is provided by this package. This command utilizes `basic_consume` and is more
539
-
performant than `basic_get` by ~2x.
538
+
2.`rabbitmq:consume` command which is provided by this package. This command utilizes `basic_consume` and is more performant than `basic_get` by ~2x, but does not support multiple queues.
0 commit comments