M
M
MediaRise2017-09-05 10:26:48
PHP
MediaRise, 2017-09-05 10:26:48

RabbitMQ lab, any good sources?

Task:
1. Learn the RabbitMQ queue manager
2. Write a PHP interface to work with producer and consumer:

  • Sending messages to multiple queues
  • Persistence of queues after consumer restart
  • Implementation of synchronous and asynchronous modes
  • Ability to configure producer and consumer without deep code diving

Are there any good sources, examples or books?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
D
Dmitry Entelis, 2017-09-05
@DmitriyEntelis

www.rabbitmq.com/tutorials/tutorial-one-php.html
and further on the links, all these questions are disclosed there.

M
Maxim Fedorov, 2017-09-05
@qonand

ajaxblog.ru/php/rabbitmq-tutorial

M
MediaRise, 2017-09-05
@MediaRise

Implementation of synchronous and asynchronous modes - interested in how to implement?
Other completed

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question