I have used a message queue server gearman
His mechanism is:
1. The queue provides monitoring services and supports clients to add message queues, similar to the concept of functions
2. The queue sub-function provides queue services
3. The queue actively requests the client to execute the corresponding function queue work process
I have used a message queue server gearman
His mechanism is:
1. The queue provides monitoring services and supports clients to add message queues, similar to the concept of functions
2. The queue sub-function provides queue services
3. The queue actively requests the client to execute the corresponding function queue work process