# 2 Work Queues [http://www.rabbitmq.com/tutorials/tutorial-two-php.html](http://www.rabbitmq.com/tutorials/tutorial-two-php.html) ``` php worker-async.php start ``` ``` php new_task-asnyc.php start First message. php new_task-asnyc.php start Second message.. php new_task-asnyc.php start Third message... php new_task-asnyc.php start Fourth message.... php new_task-asnyc.php start Fifth message..... ``` ``` php new_task.php First message. php new_task.php Second message.. php new_task.php Third message... php new_task.php Fourth message.... php new_task.php Fifth message..... ```