jzmq icon indicating copy to clipboard operation
jzmq copied to clipboard

why do you use ZeroMQ

Open fizz12344321 opened this issue 3 years ago • 1 comments

hi, I am reading your project, why do you use ZeroMQ in your project instead of other message queues like Kafka, RabbitMQ... can you tell me about your purpose, the cons and pros of ZeroMQ, thank you so much

fizz12344321 avatar Jul 11 '22 08:07 fizz12344321

https://zguide.zeromq.org/docs/chapter1/#Why-We-Needed-ZeroMQ has some reasons. We might not always need a persistent queue in your project.

miniway avatar Jul 11 '22 09:07 miniway