Question

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

Was it helpful?

Solution

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.

OTHER TIPS

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top