Product Avatar Image

ZeroMQ

Show rating breakdown
22 reviews
  • 1 profiles
  • 1 categories
Average star rating
4.3
Serving customers since
2003

Profile Name

Star Rating

16
5
0
0
1

ZeroMQ Reviews

Review Filters
Profile Name
Star Rating
16
5
0
0
1
Verified User in Research
UR
Verified User in Research
12/23/2020
Validated Reviewer
Review source: G2 invite
Incentivized Review

Simplify messaging with ZeroMQ

I like the straightforwardness of ZeroMQ API. It is logical and transparent.
Verified User in Computer & Network Security
UC
Verified User in Computer & Network Security
12/21/2020
Validated Reviewer
Review source: G2 invite
Incentivized Review

Very fast MQ

Speed is King! ZeroMQ is extremely fast and reliable message queuing.
Verified User in Electrical/Electronic Manufacturing
IE
Verified User in Electrical/Electronic Manufacturing
12/21/2020
Validated Reviewer
Review source: G2 invite
Incentivized Review

Review ZeroMQ

It offers flexible options for intra-machine and inter-machine communication which can be change over in very simple way.

About

Contact

HQ Location:
Delhi, DL

Social

@zeromq

What is ZeroMQ?

ZeroMQ, often referred to as ZMQ or ØMQ, is a high-performance asynchronous messaging library designed to facilitate the building of scalable, distributed applications, and services. It provides an abstraction of various message-oriented messaging and socket styles (like PUB/SUB, REQ/REP) that can operate over a variety of transports, such as in-process, IPC, TCP, and multicast, making it highly versatile and adaptable to different networking needs.Key features of ZeroMQ include its ability to handle multiple transport protocols, minimal memory footprint, and its easy-to-use API that supports multiple programming languages, enhancing developer productivity. ZeroMQ effectively addresses complex communication scenarios with its brokerless design, which reduces system bottlenecks and latency. It is particularly useful for projects that require reliable communication, high throughput, and patterns like load-balancing, work queues, and publish-subscribe models.

Details

Year Founded
2003
Website
www.zmqdev.org