[rabbitmq-discuss] PHP Client libraries

Sebastian Latza mail at sebastian-latza.de
Mon Feb 8 15:11:18 GMT 2010


Pieter,

Pieter de Zwart wrote:

> Php-amqp (PHP module written in C)

As for sending messages this module is probably the best choice. Consuming is a bit more complicated due to the short-lived nature of PHP scripts within the webserver . However if you want to run some kind of PHP shell daemon in my experience you can achieve the best results using the rabbitmq Stomp gateway in conjunction with the pecl stomp extensions.

Sebastian



More information about the rabbitmq-discuss mailing list