Top "Zeromq" questions

ZeroMQ (ZMQ, 0MQ, ØMQ) is a high-performance, asynchronous, transport-class agnostic, messaging library, aimed at use in scalable, distributed and/or concurrent applications.

Combining pub/sub with req/rep in zeromq

How can a client both subscribe and listen to replies with zeromq? That is, on the client side I'd like …

zeromq
DDS vs AMQP vs ZeroMQ

I wanted a feedback on whether my evaluations and concerns are correct. I have been reseaching the three, Data Distribution …

amqp zeromq data-distribution-service
linking to a static 0MQ library in VS

This 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 zeromq
Is ZeroMQ production ready?

What are your experiences with ZeroMQ as a general purpose messaging middleware? Did you run into any show-stopping bugs or …

messaging zeromq
Difference between ZeroMQ and IPC

Q1: What exactly is the difference between using ZeroMQ to send messages to child processes, as compared to the default …

node.js ipc zeromq inproc nanomsg
zeromq persistence patterns

Who has to manages the persistent in the ZeroMQ? When we use the ZeroMQ clients in Python language, what are …

python persistent zeromq
is latency and throughput in AWS SNS good enough to replace dedicated MQ for pub/sub?

For 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 zeromq
How does ZeroMQ REQ/REP handle multiple clients?

I started to use ZeroMQ for IPC and made a simple echo-client/server and I'm surprised about one thing. Here …

c++ concurrency zeromq
Advice on using ZeroMQ

I'm developing a new client-server app (.Net) and have up until now been using WCF, which suits the app's request-response …

zeromq
Get TCP address information in ZeroMQ

I want to connect clients to a server using ZeroMQ (java bindings, jzmq), but I need the TCP information badly, …

sockets zeromq service-discovery jzmq