use PHP multiprocess to listen on multiple rabbitmq queues (php-amqplib used)
2
30
2
0sleep 1
1sleep 2
2
it seems that you have to wait for the main process to generate three child processes and let three child processes execute at the same time
Why is this happening?