Skip to content

Commit 151d952

Browse files
Use queue:work for multi queue consuming
1 parent f4db0b5 commit 151d952

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ $app->register(VladimirYuldashev\LaravelQueueRabbitMQ\LaravelQueueRabbitMQServic
268268

269269
There are two ways of consuming messages.
270270

271-
1. `queue:work` command which is Laravel's built-in command. This command utilizes `basic_get`.
271+
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.
272272

273273
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.
274274

0 commit comments

Comments
 (0)