Answer the question
In order to leave comments, you need to log in
Are there analogues of rabbitmq (callbacks, dequeue)?
I use RabbitMQ - at the moment the main problem is getting the result of the work - to get it I have to create two queues
QueueName - here is the message queue to which about 20 servers
are subscribed QueueNameResult - here the message queue to which only the main server is subscribed, and receives the results of the work
Plus to everything is not possible to remove from the queue some packages that have become irrelevant, you have to use a wrapper with your own identifiers, and if a packet with an outdated identifier arrives at the main server, I throw it away
. dequeue batch processing
Answer the question
In order to leave comments, you need to log in
Plus, there is no way to remove some packages from the queue that have become irrelevant, you have to use a wrapper with your own identifiers, and if a packet with an outdated identifier arrives at the main server, I throw it away
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question