notify(); while(1){ $data = $mq->get(); echo $data, "\n"; $data->ack(); }