Описание тега php-amqp
The PECL package implementing AMQP ("Advanced Message Queue Protocol") as a PHP extension. For the implementation in pure PHP, use [tag:php-amqplib].
Definition
AMQP ("Advanced Message Queue Protocol") is an open standard middleware layer for message routing and queuing. This tag is for the PECL AMQP extension, which implements the protocol as a PHP extension (written in C).
Usage
Questions tagged with php-amqp should specifically relate to usage of the PECL AMQP extension, whether a development question or a troubleshooting issue. Questions about the php-amqplib library should be tagged php-amqplib instead.
The questions should also be tagged with php, as well as any other relevant frameworks used.