[rabbitmq-discuss] PHP PECL AMQP Extension - Multi-consumer support
dmcintyre at gopivotal.com
dmcintyre at gopivotal.com
Fri Nov 1 15:41:35 GMT 2013
If you are using the PHP PECL extension, I have a fork of the code which
you may find useful here:
https://github.com/mcintyred/php-amqp
This fork allows a PHP client to consume from multiple queues, using
select() for efficiency.
The downside is that it has to use one connection per queue being consumed,
since the underlying c library only uses one channel per connection.
-----
Duncan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20131101/33beba2e/attachment.htm>
More information about the rabbitmq-discuss
mailing list