Minh L.
ML
Minh L.
Sr. Software Engineer
Small-Business (50 or fewer emp.)
"Flexible, tiny and extendable middleware that suitable for multiple platforms"
5/5
What do you like best about ZeroMQ?

ZeroMQ supports a lot of programming languages: C#, Java, C, Python etc. It provides multiple network topologies and less dependencies so that it also fits mobile platforms such as Android. ZeroMQ is also very fast and comparable with the other fast middleware such as RabbitMQ or Kafka. Moreover, ZeroMQ is easy to start with simple code and could be working in a model without Broker. Review collected by and hosted on G2.com.

What do you dislike about ZeroMQ?

ZeroMQ relies on message delivery and it is not very stable Review collected by and hosted on G2.com.

Verified User in Computer & Network Security
UC
Verified User in Computer & Network Security
Enterprise (> 1000 emp.)
Business partner of the seller or seller's competitor, not included in G2 scores.
"zeromq is a high performance abstraction layer on top of existing networking stack"
5/5
What do you like best about ZeroMQ?

High performance, high throughput and low latency network transport library. I've got up to 1 million connections per secon using zeromq.

Simple to use, just need to learn concepts of zeromq sockets such as push/pull, req/resp.

Zeromq library is simple but allows many usage patterns such as publish subscribe and fan out

Zeromq is a library not requires a centralized broker Review collected by and hosted on G2.com.

What do you dislike about ZeroMQ?

Sometimes messages are lost. Although it is by design, there should be a cheatsheet for handling with lost packets. Review collected by and hosted on G2.com.