A
A
Andrey Sokolovsky2017-11-08 15:31:57
Message Queues
Andrey Sokolovsky, 2017-11-08 15:31:57

Which task queue manager to choose for the Laravel framework?

Hello.
Now the database task queue is implemented from the Laravel box.
Problem 1: I can't set up multiple queues or task parallelism at the same time.
Possible problem in the future: it will be necessary to move this functionality to another server.
In this regard, I look towards the task queue manager.
RabbitMQ is recommended - it's embarrassing that there is no support out of the box. Never worked with managers before.
Please advise a manager who:
1. It was as easy as possible to install and configure
2. The ability to quickly and easily connect with Laravel
3. It was possible to perform tasks in parallel.
4. could be easily transferred to another server (preferably)

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander Aksentiev, 2017-11-08
@ansk11

Problem 1: I can't set up multiple queues or task parallelism at the same time.

Out of the box, you can use as many different queues as you like.
Out of the box, you can run many queue:work
Out of the box, you can run each queue:work for a specific queue

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question