<div dir="ltr">If you are using the PHP PECL extension, I have a fork of the code which you may find useful here:<div><br></div><div>https://github.com/mcintyred/php-amqp<br></div><div><br></div><div>This fork allows a PHP client to consume from multiple queues, using select() for efficiency.</div><div><br></div><div>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.</div><div><br></div><div>-----</div><div><br></div><div>Duncan</div></div>