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.

Using ZeroMQ together with Boost::ASIO

I've got a C++ application that is using ZeroMQ for some messaging. But it also has to provide a SGCI …

c++ sockets boost boost-asio zeromq
ZeroMQ doesn't spot libsodium

I'm hoping to get the CurveCP functionality working within ZeroMQ ØMQ. I'm using CentOS as the underlying OS. After downloading …

zeromq libsodium
Understanding zeromq java binding

I'm investigating zeromq as a message passing solution in a java project, but I find the instructions on java binding …

java message-queue zeromq
Redis Cluster vs ZeroMQ in Pub/Sub, for horizontally scaled distributed systems

If I were to design a huge distributed system whose throughput should scale linearly with the number of subscribers and …

redis publish publish-subscribe zeromq subscription
ZeroMQ, how to connect to external tcp socket?

Can you please tell me how you can use to send messages ZeroMQ between two programs located on different servers …

distributed zeromq pyzmq
Simple client/server ZMQ in Python to send multiple lines per request

This is my first exposure to ZMQ under Python and I want the server to sent multiple lines when it …

python zeromq pyzmq
zmq - when to use zmq_bind or zmq_connect

Refer to http://hintjens.wdfiles.com/local--files/main:files/cc1pe.pdf Page 22 Chapter Divide and Conquer Ventilator[PUSH] ___________________|____________________ | | | [PULL]…

zeromq
How should a ZeroMQ worker safely "hang up"?

I started using ZeroMQ this week, and when using the Request-Response pattern I am not sure how to have a …

python concurrency message-queue rpc zeromq
WHY / WHEN using rather DDS instead of ZeroMQ?

I read the followings: DDS vs AMQP vs ZeroMQ http://mnb.ociweb.com/mnb/MiddlewareNewsBrief-201004.html And it seems that …

ipc zeromq data-distribution-service
ZMQ REP, knowing who send the request

I m currently using zmq with python. Server is using REP socket. Do I have a way, when recv a …

zeromq pyzmq