Вопрос

We are planning to use RabbitMQ from PHP, and we decided to go with php-amqp, because it supports PHP 5.2. The only problem is i can't find a proper documentation for this PECL library

Это было полезно?

Решение

It is sad to say, but official php-amqp documentation (http://us1.php.net/manual/en/book.amqp.php) was removed as it was obsoleted. For now you can look through stub files and tests.

I'm really sorry that we don't write proper documentation and examples yet.

If you will have further questions about php-amqp extension feels free to post more questions here or contact me personally.

Другие советы

The official RabbitMQ site hosts a great tutorial, but unfortunately the included code examples are using the php-amqplib library, which is a pure PHP implementation of a RabbitMQ client.

Fortunately, the same examples are available for a variety of languages and libraries on the rabbitmq-tutorials GitHub repository, even included php-amqp, the PECL extension mentioned in the above question.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top