S
S
Sergey Rozhkov2016-03-22 09:03:22
PHP
Sergey Rozhkov, 2016-03-22 09:03:22

How to add a job to the front of the RabbitMQ queue?

To work with queues, I use https://github.com/php-amqplib/php-amqplib
Tasks are added, the listener processes them normally.
But here we set the task of adding tasks to the beginning of the queue, I wonder how it is possible to implement this, are there any possible priorities in the queues, or how can this be implemented through several queues?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vit, 2016-03-22
@SuperOrange

https://www.rabbitmq.com/priority.html

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question