Slide 30
Slide 30 text
● This library is a pure PHP implementation of the AMQP 0-9-1 protocol.
● It's been tested and used for examples by RabbitMQ;
● Offers the possibility to consume messages in a non-blocking way;
● Signals can be dispatched to the worker even if it's consuming messages;
● Offers other options like: heartbeats, channels, respect POSIX signals, and
multiple hosts
PHP-AMQPLIB