[rabbitmq-discuss] Graceful shutdown of blocking consumers in PHP?
Colleen Mirabello
colleen at surfmerchants.com
Fri May 24 14:31:22 BST 2013
Alvaro,
Using that library, I don't believe there's a way to get the same script
to consume from multiple queues using consume(). Once you call
consume(), the script blocks waiting for messages from that queue.
Thanks.
- Colleen
On 5/23/2013 5:41 PM, Alvaro Videla wrote:
> Hi,
>
> Using that library, can you consume from more than one queue? If yes,
> then you could send control messages to the script and make it stop.
>
> With php-amqplib since the while loop is part of user land code, you
> can control all the consuming parts on your own so this wouldn't be a
> problem.
>
> Regards,
>
> Alvaro
>
More information about the rabbitmq-discuss
mailing list