ZeroMQ (ZMQ, 0MQ, ØMQ) is a high-performance, asynchronous, transport-class agnostic, messaging library, aimed at use in scalable, distributed and/or concurrent applications.
How can a client both subscribe and listen to replies with zeromq? That is, on the client side I'd like …
zeromqI wanted a feedback on whether my evaluations and concerns are correct. I have been reseaching the three, Data Distribution …
amqp zeromq data-distribution-serviceThis may be a Visual Studio question more than anything else... I'm trying to build a 0MQ C++ example using …
visual-studio static-libraries static-linking zeromqWhat are your experiences with ZeroMQ as a general purpose messaging middleware? Did you run into any show-stopping bugs or …
messaging zeromqWho has to manages the persistent in the ZeroMQ? When we use the ZeroMQ clients in Python language, what are …
python persistent zeromqFor a sake of HA I'm considering switching from self hosted solution (ZeroMQ) to AWS Simple Notification Service for pub/…
amazon-web-services message-queue publish-subscribe zeromqI started to use ZeroMQ for IPC and made a simple echo-client/server and I'm surprised about one thing. Here …
c++ concurrency zeromqI'm developing a new client-server app (.Net) and have up until now been using WCF, which suits the app's request-response …
zeromqI want to connect clients to a server using ZeroMQ (java bindings, jzmq), but I need the TCP information badly, …
sockets zeromq service-discovery jzmq